-
-
Notifications
You must be signed in to change notification settings - Fork 973
test: fix cypress doc tests #1088
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1088 +/- ##
==========================================
- Coverage 99.64% 99.64% -0.01%
==========================================
Files 2146 2146
Lines 230393 230393
Branches 978 977 -1
==========================================
- Hits 229580 229577 -3
- Misses 792 795 +3
Partials 21 21
|
The e2e tests failed both in the terminal and in electron until I added a wait. I still get this error/message though: Missing baseUrl in compilerOptions. tsconfig-paths will be skipped |
Ignore the error message... known issue. I'm concerned that there's a difference between 9.x and 10.x though. This should have been a clean upgrade. We didn't do many changes in 10.x for E2E testing. |
No description provided.