Skip to content

Latest commit

 

History

History

testcafe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cozy TestCafe

Testcafe is used for automated testing on Travis.

To run local test using testcafe, you must first set some environment variables.

export TESTCAFE_PHOTOS_URL="your Cozy Photos-url" #ie: https://username-photos.mycozy.cloud/
export TESTCAFE_USER_PASSWORD="your password"

Then, in your git folder, use node to run our tests set :

yarn testcafe:photos
yarn testcafe:drive

In files testcafe/runner_*.js, you can modify

.browsers(['firefox:headless'])

to remove :headless and "see" the test happening