-
Notifications
You must be signed in to change notification settings - Fork 1
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
test(e2e): add end to end test setup with webdriver-io #158
Conversation
5e11034
to
837c653
Compare
70addcd
to
33c58b1
Compare
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
- complete todos - remove unnecessary comments - format file Signed-off-by: Zacharias Fragkiadakis <[email protected]>
- specify vscode version for e2e tests based on the one in package.json - add caching directory for downloaded vscode versions (include it in .gitignore) Signed-off-by: Zacharias Fragkiadakis <[email protected]>
- add override for wdio-vscode-service, webdriverio dependency - update wdio dependencies to their latest versions Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
- Sets the package manager to pnpm v9 in package.json - Updates the ci workflows to use pnpm v9 Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
- Throws an error if e2e tests are run outside of CI - Cleans up comments and redundant properties in wdio.conf.ts Signed-off-by: Zacharias Fragkiadakis <[email protected]>
- Moves contents of `test/*` to `test/e2e/*` - Renames `test/tsconfig.json` to `test/e2e/tsconfig.wdio.json` - Removes redundant eslint rules, and fixes eslint errors for `*.e2e.ts` files - Updates `tsconfig.eslint.json` to extend `tsconfig.wdio.json` - Renames e2e test files to end with `.spec.ts` instead of `.e2e.ts` Signed-off-by: Zacharias Fragkiadakis <[email protected]>
…pm config Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
db48d0e
to
bbd0e7e
Compare
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
f4a1e1e
to
e8b203b
Compare
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
83f6cfb
to
7f2d61c
Compare
Regarding adding the "final new line" rule on workspace settings. I opted against doing it, since I saw that we don't want it for markdown files in |
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 I got everything, please have a look!
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.
Looking good! Thank you so much!
Closes #35