You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webdriverio): fix failing e2e tests due to language and timezone differences (webdriverio#14215)
* fix(webdriverio): fix flaky e2e tests due to language and timezone differences
* fix: fix more flaky e2e tests
* fix: revert some changes
* fix: update CONTRIBUTING.md
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,8 @@ You can immediately start working on the code using [a pre-setup Gitpod environm
117
117
118
118
* Switch to the most recent Node LTS (you should be able to use older/newer versions of Node but we recommend to use v20 LTS so all developers are on the same side) or to the one denoted in`.nvmrc`. We recommend to use [`nvm`](https://github.com/nvm-sh/nvm) to switch between Node.js versions.
119
119
120
+
* Install Chrome, Firefox and Edge (required for running the e2e tests)
121
+
120
122
* Set up the project:
121
123
First make sure you have the right Node.js version installed.
122
124
You can find the current defined development version in`.nvmrc` within the root directory of the project. The easiest way to handle multiple Node.js versions is by using [NVM](https://github.com/nvm-sh/nvm).
0 commit comments