This is an automation framework for the Activate UI using Gauge and Taiko framework. JavaScript is the language being used. This repo covers the test to navigate to Mailchimp 'About' page and validate the founder details
Source code -
Install Visual Studio Code - https://code.visualstudio.com/download
Install VS Code Gauge extension - https://marketplace.visualstudio.com/items?itemName=getgauge.gauge
Run npm install
command to download and install dependencies
- Open the a .spec file in the
specs/
folder - Click on Run Spec (right above a
# Spec Name
line) to run all test scenarios in the spec file - Click on Run Scenario (right above a
## Scenario Name
line) to run a specific test scenario
To run all specs:
npm test
Navigate to report folder and open the index file on a web browser to view the html report.