-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Improve the test folder structure #19254
Conversation
This file is specific to the integration tests, so this commit moves it to bundle the integration test logic a bit better and to match the unit/font tests in terms of folder structure for consistency.
The reporter is used in both the unit and the font tests, so this commit moves it to the test root folder to more clearly indicate that this is a shared resource and so the font tests don't have to reach into the unit tests folder to import it (which improves separation).
This commit makes sure that the font tests are no longer reported as being unit tests and that the PDF.js logo is shown in the browser tab to make PDF.js-specific resources/tabs more easily identifyable during e.g. development.
6047b47
to
cdce9c2
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a4df9bdcef138ff/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/9226548b4a9d5aa/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/a4df9bdcef138ff/output.txt Total script time: 28.97 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/9226548b4a9d5aa/output.txt Total script time: 53.00 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, thank you.
The commit messages contain more information about the individual changes.
Fixes a part of #12730.