-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update translations and packages #10264
Conversation
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/5fdb067a6079ab4/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/5fdb067a6079ab4/output.txt Total script time: 4.21 mins Published |
Jasmine recommends to use the `configure` method on the environment during boot. This commit makes the code correspond to how it's done in Jasmine's default boot file. The options dropdown in the HTML reporter now works again after these changes, because this broke in the upgrade to Jasmine 3, and the unit tests are executed in a random order by default, which is important to make sure the unit tests are self-contained and don't depend on the result of another unit test.
d494cd9
to
016c276
Compare
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/6951baf75668383/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/56f9296174ea8a1/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/6951baf75668383/output.txt Total script time: 3.87 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/56f9296174ea8a1/output.txt Total script time: 5.73 mins
|
/botio fonttest |
From: Bot.io (Linux m4)ReceivedCommand cmd_fonttest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/119e48ccd9f25cc/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_fonttest from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/2485af5dae89dee/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/119e48ccd9f25cc/output.txt Total script time: 1.73 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/2485af5dae89dee/output.txt Total script time: 3.25 mins
|
Trivial. |
Moreover, resolve deprecation warnings for Jasmine. Jasmine recommends to use the
configure
method on the environment during boot. This commit makes the code correspond to how it's done in Jasmine's default boot file. The options dropdown in the HTML reporter now works again after these changes, because this broke in the upgrade to Jasmine 3, and the unit tests are executed in a random order by default, which is important to make sure the unit tests are self-contained and don't depend on the result of another unit test.