Cypress Selenium - sgml/signature GitHub Wiki
- https://hackernoon.com/the-world-needs-an-alternative-to-selenium-so-we-built-one-zrk3j3nyr
- https://blog.logrocket.com/cypress-io-the-selenium-killer/
- https://www.deque.com/blog/how-to-test-for-accessibility-with-cypress/
- https://dev.to/bahmutov/unit-testing-vuex-data-store-using-cypress-io-test-runner-3g4n
- https://gorillalogic.com/blog/e2e-testing-with-cypress-automation-ui-rest-api/
- https://damiencosset.com/posts/getting-started-cypress/
- https://www.ackee.cz/blog/en/cypress-testing/
- https://circleci.com/blog/streamlined-web-application-testing-with-the-cypress-circleci-orb/
- https://github.com/cypress-io/cypress/issues/310#issue-191595673
- https://github.com/cypress-io/cypress-example-recipes/blob/master/examples/server-communication__xhr-assertions/cypress/integration/spec.js
- https://docs.cypress.io/guides/guides/network-requests.html#Stub-Responses
- https://docs.cypress.io/faq/questions/using-cypress-faq.html
- https://www.cypress.io/blog/2017/05/05/atom-test-utils/
Issues
- https://github.com/cypress-io/cypress/issues/5577
- https://github.com/cypress-io/cypress/issues/4062
- https://github.com/cypress-io/cypress/issues/1805
- https://github.com/cypress-io/cypress/issues/5577
Unit Tests
- https://github.com/cypress-io/cypress/blob/master/packages/driver/test/cypress/integration/commands/navigation_spec.coffee
- https://github.com/qajatin/cypress-loandolphin/blob/fc23d79803a9d8d2e07e58618c0d69bf0ea28ff9/cypress/support/create-post/steps/step1.js
- https://github.com/qajatin/cypress-loandolphin/blob/fc23d79803a9d8d2e07e58618c0d69bf0ea28ff9/cypress/support/dashboard/actions/index.js
API
- https://docs.cypress.io/api/events/catalog-of-events.html#App-Events
- https://www.jondjones.com/frontend/javascript/testing/useful-code-snippets-to-help-you-write-cypress-tests/
Auth
- https://stackoverflow.com/questions/51208998/how-to-login-in-auth0-in-an-e2e-test-with-cypress
- https://github.com/cypress-io/cypress-example-recipes/tree/master/examples/logging-in__jwt
Debugging
To see all events, open devtools in the Cypress browser window and type the following in the console:
localStorage.debug = 'cypress:*'