Run my first web test - Kapalak/Spider GitHub Wiki

no more than 2 minutes to run your first test.

  1. Create your work-space folder "c:\demoWebTest"
  2. Download the cli-exe in this folder
  3. Create test file sample1\FirstTest.json
  4. 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

  1. 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