Here is my Cypress homework. I tested the Telnyx website, wrote and automated 10 test cases.
If you're using npm to install Cypress, we support:
Node.js 12 or 14 and above
-
Installing Cypress: npm install cypress --save-dev
-
Install Cypress xpath plugin: npm install -D cypress-xpath
-
And add /cypress/suppotr/e2e.js require('cypress-xpath')
npx cypress open