Skip to content

OleksandrBaior/Cypress_framework_TS_cucumber

Repository files navigation

Cypress-framework+Cucumber

⚡️ 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_cucumber.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:

npm run e2e:chrome:Macbook16 -- --spec "cypress/e2e/my-spec.feature"

To run the specific spec marked by tag:

npx cypress run --env tags="@[tag]" --browser chrome

📝 Cloud cypress report

Learn more about Cypress Cloud at - Documentation

To open cloud cypress report - Cloud reports

📜 Cypress HTML report

To open HTML cypress report - html report

🔑 License

MIT