enriquegh / copy-shop

Support tool to clone test reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy-Shop

copy-shop is a tool for the Sauce Labs support teams. It simply takes a test report URL and outputs a Java test script with the same capabilities as the original test.

Usage

$ pip install -r requirements.txt
...
$ SAUCE_USERNAME=<username> SAUCE_ACCESS_KEY=<access-key> python3 copy-shop.py <sauce-labs-test-report-url>

About

Support tool to clone test reports


Languages

Language:Python 73.0%Language:Java 27.0%