Skip to content

WendyFPM/CLONE-NOLAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessMaker UI TESTS



Run Tests

npx cypress run --headed

If you want to execute the tests on headless mode you can do it with the following line:

npx cypress run

If you want to execute the specific tests you can do it with the following line:

npx cypress run --spec .\cypress\integration\tests\component/component.spec.js

If you want to execute the tests on specific browser you can do it with the following line:

npx cypress run --headed --browser firefox

Run on other environment

npm run --env "username=dev.user,password=dev.password"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published