This is my Very First Artillery Test - load testing tool
Install Artillery via npm:
npm install -g artillery@latestChecking your installation:
artillery dinoRunning test:
artillery run search-and-add-to-cart.yml --output test.jsonConverted into an HTML report through the Command:
artillery report --output report.html test.jsonNow open your report.html file.
NOTE: this test.json and report.html files are beeing ignored in my repository.