Skip to content

OleksandrBaior/Cypress_framework_TS

Repository files navigation

Cypress-framework

⚡️ Object for testing

Web site - telnyx.com

📦 Setup

  1. Install node.js - JavaScript runtime environment
  2. Clone git repository git clone https://github.com/OleksandrBaior/Cypress_framework_TS.git
  3. Install project dependencies specified in the package.json npm install

⚙️ Running Tests

To open the cypress tool use command:

npm run open:cypress

To run test in chrome browser:

npm run e2e:chrome:Macbook16

To run test in edge browser:

npm run e2e:edge:Macbook16

To run test in electron browser:

npm run e2e:electron:Macbook16

To run the specific spec:

e2e:chrome:Macbook16 -- --spec "cypress/e2e/my-spec.cy.ts"

📝 Cloud cypress report

Learn more about Cypress Cloud at - Documentation

To open cloud cypress report - Cloud reports

🔑 License

MIT