-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use cypress for end to end tests #359
Comments
canbax
added a commit
that referenced
this issue
Jun 3, 2021
canbax
added a commit
that referenced
this issue
Jun 7, 2021
canbax
added a commit
that referenced
this issue
Jun 9, 2021
@canbax Done with this at least for the time being? |
Yes. Currently, there are 31 tests. We can always write more tests. We can check the previous bugs and write tests about them etc... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we are using protractor for end-to-end tests. It seems like protractor will be deprecated in the future. angular/protractor#5502
Also, I couldn't find a good way of debugging protractor tests. So it was hard to write tests with protractor. So switching to cypress seems like a better alternative. We can use GitHub actions to execute the tests as new commits are pushed to GitHub.
The text was updated successfully, but these errors were encountered: