-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
ci: Fix Edge based tests #17347
ci: Fix Edge based tests #17347
Conversation
Yay! But, just curious - where did this come from? Was it recommended by some wdio/GHA/Edge folks? Or have you just found it on your own? (Not that it's really important...) |
As I noticed and noted in actions/runner-images#10380, https://github.com/webdriverio-community/node-edgedriver/blob/7b2b44946f422b86e4c937d277f412a380394a1c/src/install.ts#L24 relies on the https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#environment-variables-1 says So I then ran So I then ran
Maybe, but I don't know if wdio runs on the browsers in parallel. If so, that may be a lot slower. |
@@ -92,11 +92,16 @@ jobs: | |||
working-directory: web | |||
run: npm test | |||
|
|||
- name: Set EDGEDRIVER_VERSION environment variable |
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 think a comment explaining what this is and why it's there and what it's ultimately achieving, would be appreciated - just for future maintainability and bus factor and similar reasons...
Superseded by #17378. |
Supersedes #17255