-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat(vscode): allow running codegen with selected browser/options #29454
Conversation
eff627c
to
e34cf4d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e34cf4d
to
12b5558
Compare
This comment has been minimized.
This comment has been minimized.
12b5558
to
387293b
Compare
This comment has been minimized.
This comment has been minimized.
@@ -70,7 +81,28 @@ export class Runner { | |||
report.projects.push({ | |||
name: project.project.name, | |||
testDir: project.project.testDir, | |||
use: { testIdAttribute: project.project.use.testIdAttribute }, | |||
use: { |
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.
I don't think we should send this information back and forth, it looks like this should rather be a part of the test server.
387293b
to
272544b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2c9d295
to
4717e1d
Compare
4717e1d
to
c4743ba
Compare
Test results for "tests 1"20 failed 4 flaky26865 passed, 621 skipped Merge workflow run. |
#26777