- Project : Cypress for test textfield, test submit, test http requests
- Tools = Cypress, JavaScript, Test Case, Test Script, E2E Test (Chrome)
- test textfield : There are a total of 6 Test Cases.
- test submit : There are a total of 1 Test Cases.
- test http requests : There are a total of 8 Test Cases.
📁cypress
│
└── 📁e2e
│ └── 📁main
│ └── 📄textfield-submit-http.cy.js // This project file for run
│
└── 📄etc.
└── 📄...
└── 📄README.md
- Install Cypress :
# npm install # npm install cypress --save-dev # npm install -D cypress --xpath
- Open Cypress :
# npx cypress open
- Run textfield-submit-http.cy.js :
textfield-submit-http.cy.js