Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
docs: update README with run steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rpappalax committed May 8, 2017
1 parent 6522580 commit 3d6b5aa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ test plans.

## Installation

Pre-requisite:
installation requires node > v6

To deploy ardere to your AWS account, you will need a fairly recent
install of Node, then install the Node packages required:

Expand Down Expand Up @@ -45,3 +48,19 @@ The tests can now be run with nose:

Note that **you cannot run the sls deploy while the virtualenv is active**
due to how the serverless Python requirements plugin operates.

## Run Test

1. Login to AWS console
(mozilla-services use: stage)
2. Go to Step Functions > Dashboard
3. Select your state machine
(mozilla-services use: "ardere-dev-ardere")
4. Click on "New Execution" button
5. Paste your json config into text area
(example: https://github.com/mozilla-services/screenshots-loadtests/blob/master/ardere.json)
6. Optional: Assign a name to your execution
7. Click on "Start Execution"
8. Monitor execution in Dashboard
9. Test load should be visible in DataDog, NewRelic, etc.

0 comments on commit 3d6b5aa

Please sign in to comment.