[go: up one dir, main page]

Skip to content

abhinavminhas/handson-testcafe

Repository files navigation

Getting Started - TestCafe

TestCafe
TestCafe Tests

Ensure Node.js and npm are installed.

Install Dependencies

npm install

Run All Tests (local browsers)

  • Edge/Chrome/Firefox/IE
    npx testcafe edge tests/
    npx testcafe chrome tests/
    npx testcafe firefox tests/
    npx testcafe ie tests/
    

Run All Tests (local browsers) - Headless

  • Edge/Chrome/Firefox - Headless
    npx testcafe edge:headless tests/
    npx testcafe chrome:headless tests/
    npx testcafe firefox:headless tests/
    

About

⚡ End-to-end Cross-browser testing framework ⚡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published