Skip to content

acdo2002/carta-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carta-cypress

Build process

Initialise submodules and install package dependencies:

git submodule update --init --recursive
npm install

First time to install cypress on MacOS may require

./node_modules/.bin/cypress install

Opening Cypress

./node_modules/.bin/cypress open

or

$(npm bin)/cypress open

Then select the *.spec to run. e.g.

./node_modules/.bin/cypress run --spec "cypress/integration/carta/spectralLineFitting.spec.js"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors