Skip to content

Commit

Permalink
Added postman smoke test images
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan committed May 10, 2017
1 parent 25fc7d9 commit 3482ffc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ The smoke tests live in the file [`test/VideoStoreAPI_smoke_tests.postman_collec
1. Click `Import` in the top left
1. Drag-and-drop the file into the box
1. In the left sidebar, click on the `Collections` tab
1. There should now be an entry for the smoke tests. Hover over it and click the `>` icon for a detail view.
1. There should now be an entry for the smoke tests. Hover over it and click the `>` icon for a detail view. You will notice they are in the format `{{url}}/movies`. `{{url}}` is a key which you can give a value on your computer.
1. To do so go to the Gearbox and select `Manage Environments` ![Manage Environments](images/manage-environment.png)
1. Then Select `Add` ![add button](images/add-btn.png)
1. Lastly add a key `url` and value `http://localhost:3000` ![Key & Value](images/key-value.png)
1. Click the blue `Run` button. This will launch the collection runner.
1. In the collection runner, scroll down in the center pane and click the blue `Start Test` button

Expand Down
Binary file added images/add-btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/key-value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/manage-environment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3482ffc

Please sign in to comment.