Rink9 / csv-importer-visual-automation

It will fetch the base and reference urls from the csv file and will perform visual automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-importer-visual-automation

If you have thousands of pages on your site and need to perform visual automation how can we do it?

This CSV-importer will help you to fetch all the base urls and reference urls from the url.sample.csv file and will create a scenario.json file.

Workflow Diagram

Test

Step 1

npm install

  • clone repository https://github.com/Rink9/csv-importer-visual-automation.git
  • cd csv-importer-visual-automation
  • npm install

Step 2

Provide CSV file data

  • Open this csv file and download it.
  • Put respective label name, url and reference url then save
  • Replace saved csv file with data/url.sample.csv file

Step 3

Run

  1. npm run parse:csv ( It will generate scenario.json file )
  2. npm run reference ( It will create reference screenshots )
  3. npm run test ( It will compare the screenshots and will provide a browser visual automation report )

About

It will fetch the base and reference urls from the csv file and will perform visual automation


Languages

Language:JavaScript 100.0%