-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Chrome e2e tests #344
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
Chrome e2e tests #344
Conversation
46a0d41
to
d0ba497
Compare
60e5c98
to
cd69a0f
Compare
Just had a thought that it might be good to run the tests as Mac, Windows, and Linux clients. Those values are set based on the user agent, could possibly set that? (削除) Or import and override the values provided by Nah, that won't work since it's tested against the built binary.src/vs/base/browser/browser.ts
around line 126. (削除ここまで)
@code-asher It is possible to set the user agent for a page with puppeteer: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagesetuseragentuseragent. I think it uses the base platform to determine the user agent.
c483146
to
c3c3216
Compare
b0c240e
to
dcc1c2e
Compare
ff57d72
to
8826f70
Compare
$TRAVIS_JOB_NUMBER is unreliable, as it outputs the currently running job number ($TRAVIS_BUILD_NUMBER.XX) which seems to be the job that was started last.
45cd70b
to
4e1da62
Compare
50050b6
to
3dca888
Compare
4e362b1
to
6e30eb9
Compare
Uh oh!
There was an error while loading. Please reload this page.
Describe in detail the problem you had and how this PR fixes it
--port
flag--password
flag--allow-http
flag--no-auth
flagIs there an open issue you can link to?
Fixes #339