TABLE OF CONTENTS
1. Installation Requirements and Setup
| Applies to the Web Applications using JavaScript Cypress framework. To perform Web Test Automation using the JavaScript Cypress framework, Node.js is the required component. The installation method varies depending on your requirement and the platform that you choose to install. |
1. Installation Requirements and Setup
1.1 Install Node.js and NPM
Download and install the latest version of Node.js from the official website ( Node.js).
Note: The above installations (Node.js) need to be done only once globally, not every time you execute the tests. |
2. Running the Tests
After your test script is created:
Install dependencies (only once per script): npm i --force
Execute the test script (every time you run it):npm run test
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article