A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.
-
Updated
Sep 2, 2020 - TypeScript
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
Before adding a new testing tool, please follow the contributing guide:
Search previous suggestions before making a new one, as yours may be a duplicate.
Make an individual pull request for each suggestion.
Chose the corresponding section.
New categories or improvements to the existing categorization are welcome.
Research if the tool you're including is actually awesome and useful. THanks
I have used testcafe-testing-library on chrome/firefox/IE11. Chrome and Firefox all work fine but I am having these errors on IE11:
An error occurred in Selector code:
TypeError: Unable to get property 'apply' of undefined or null reference
An error occurred in a script injected into the tested page:
TypeError: Unable to get property 'for' of undefined or null reference
I am wonderin