Skip to content

brad4au57/eCommerceSite_TestCafe_Suite

Repository files navigation

AutomationPractice.com Testing Suite With TestCafe

This testing suite was built with TestCafe.

alt text

Description:

The purpose of this test suite is to demonstrate using TestCafe to create functional web tests on the website AutomationPractice.com

Tests:

In creating this framework using TestCafe, I have written simple test cases for the following test types:

  1. Smoke Test
  2. Sanity Test
  3. End-to-end Regression Test

Running this test in your local:

If you'd like to try out this TestCafe suite, follow the steps below.

# Open terminal and enter the following commands
git clone https://github.com/brad4au57/eCommerceSite_TestCafe_Suite.git
cd eCommerceSite_TestCafe_Suite
npm install

Then, to run one of the following test commands, try out one or all of the following:

# To run the smoke tests
npm run test:smoketest

# To run the sanity tests
npm run test:sanity

# To run the end-to-end regression tests
npm run test:end2end

About

The purpose of this test suite is to demonstrate using TestCafe to create functional web tests on the website AutomationPractice.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published