An open API service indexing awesome lists of open source software.

https://github.com/radioaktive/testcafe-demo

testcafe demo example project
https://github.com/radioaktive/testcafe-demo

testcafe

Last synced: 10 months ago
JSON representation

testcafe demo example project

Awesome Lists containing this project

README

          

# testcafe-demo
testcafe demo example project

```
npm install
```

tests-id01-id03.js

01) Searches repo with name Nuxt.js on github;
03) 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
```