Skip to content

radioaktive/testcafe-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testcafe-demo

testcafe demo example project

npm install

tests-id01-id03.js

  1. Searches repo with name Nuxt.js on github;
  2. Open Nuxt.js repo and check topics;

// if you have no firefox type chrome in commands.

npx testcafe firefox e2e/tests-id01-id03.js -L

tests-id02.js

Searches repo with name Vue.js on github;

// it must fail because no repo with name Vue.js;

 npx testcafe firefox e2e/tests-id02.js -L

tests-id02-1.js

Searches repo with name Vue.js on github but with softer and wider conditions;

It must be ok.

npx testcafe firefox e2e/tests-id02-1.js -L

About

testcafe demo example project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published