Run my first web test - Kapalak/Spider GitHub Wiki
no more than 2 minutes to run your first test.
- Create your work-space folder "c:\demoWebTest"
- Download the cli-exe in this folder
- Create test file sample1\FirstTest.json
- run this command on powershell/cmd terminal
.\Spider-cli.exe -t "C:\demoWebTest\sample1\FirstTest.json"
Bonus If you want to visualize the html report. Add a default templated file "Templates\DefaultTemplate.html" Default Template
- run the same command with additional params
.\Spider-cli.exe -t "C:\demoWebTest\sample1\FirstTest.json" -r C:\demoWebTest\Templates\DefaultTemplate.html
open the html/pdf file in the results directory