-
Notifications
You must be signed in to change notification settings - Fork 341
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
Setup cypress test for book #1599
Setup cypress test for book #1599
Conversation
// so we must tell it to visit our website with the `cy.visit()` command. | ||
// Since we want to visit the same URL at the start of all our tests, | ||
// we include it in our beforeEach function so that it runs before each test | ||
cy.visit('https://example.cypress.io/todo') |
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.
Is this PR still in progress?
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.
those are just an examples. I deiced to leave them for quick reference.
fix tests and console errors
I suggest to remove examples from this repo. No much value. |
+ tests for every single component - cypress examples
Sync with develop, but ERROR TypeError: runner.on is not a function
TypeError: runner.on is not a function |
Closing this because we have plans to use storybook, which handles all our cases out of the box |
close #1548
No automation for now, to run test execute "yarn test:e2e" and click on the test you want to run in appeared window.
Types of changes