Skip to content

Project : Cypress for test textfield, test submit, test http requests

Notifications You must be signed in to change notification settings

PrachpaveenY/cypress-textfield-submit-http

Repository files navigation

cypress-textfield-submit-http (Complete)

  • Project : Cypress for test textfield, test submit, test http requests
  • Tools = Cypress, JavaScript, Test Case, Test Script, E2E Test (Chrome)

Detail :

  • 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.

Structure :

📁cypress
│
└── 📁e2e
│   └── 📁main
│       └── 📄textfield-submit-http.cy.js           // This project file for run
│
└── 📄etc.
└── 📄...
└── 📄README.md

Run project step :

  • 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
    



About

Project : Cypress for test textfield, test submit, test http requests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published