-
Notifications
You must be signed in to change notification settings - Fork 28
Stabilize e2e tests #2493
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
Stabilize e2e tests #2493
Changes from all commits
76eadb8
f16537c
deb3ad0
0fcc10e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ export const config: Options.Testrunner = { | |
| capabilities: [ | ||
| { | ||
| browserName: 'vscode', | ||
| browserVersion: 'insiders', | ||
| browserVersion: 'stable', | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Something has happened in insiders which means you cannot focus the plots webview after the experiments webview has been opened. I am still looking into it but this should get everything moving again.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The problem is only for the test suite and |
||
| 'wdio:vscodeOptions': { | ||
| extensionPath, | ||
| userSettings: { | ||
|
|
||
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.
[F] This removes experiments that are found against previous commits. It is very likely that they will be missing from the remote so
plots diffwill fail to load the data.