Skip to content

blissapps/GrafanaBlissWebsite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress.io

Cypress automation framework for the new admin portal

Suggested IDEs by Cypress documentation:

  • VsCode
  • Intellij

Official framework links:

Dependencies

You will need to install the Node.js to execute the project. Download the latest Node available version here.



Before Run

Before run cypress you must install all dependencies. You can to it directly by clicking on "Run Specs" Button.:

npm install yarn --force
npm install --legacy-peer-deps
yarn install --legacy-peer-deps

With this command, Cypress interface will be opened and you can select the browser and the exact file that you want to run. In addition, you are able to select to run all files directly clicking on "Run All Specs" Button.



How to Run the tests with Cypress Interface

Cypress give us the ability to run tests with a test runner interface that allow us to debug and develop tests much more quickly To do this, just run the following command:

npx cypress open

With this command, Cypress interface will be opened and you can select the browser and the exact file that you want to run. In addition, you are able to select to run all files directly clicking on "Run All Specs" Button.

About

Cypress Automation for Bliss Webpages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Shell 2.0%
  • Other 0.7%