You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
* Introduce smoke test and script to run it.
* Run smoke tests in Dockerfile so they can be run without installing dependencies
* Build smoke test docker image in travis and update documentation with how to run the smoke tests.
* Fix hardcoded email and password strings in smoke test spec helpers.
Signed-off-by: Othman Alkhamra <[email protected]>
Co-authored-by: Marco Garofalo <[email protected]>
Copy file name to clipboardexpand all lines: deployment/README.md
+10
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
*[Cloud Foundry](#cloud-foundry)
8
8
*[Heroku](#heroku)
9
9
*[Configuration](#configuration)
10
+
*[Testing your deployment](#testing-your-deployment)
10
11
11
12
## Prerequisites
12
13
1. Download and extract the latest package from the [releases page](https://github.com/pivotal/postfacto/releases)
@@ -198,3 +199,12 @@ You can customise this window with the `SESSION_TIME` env variable to the `env`
198
199
```bash
199
200
SESSION_TIME=60 ./deploy <app-name>
200
201
```
202
+
203
+
## Testing your deployment
204
+
205
+
1. Log in to the Postfacto admin dashboard
206
+
1. Create a new admin user forthe test to use by clicking on 'Admin Users' and then 'New Admin User'. Take note of the email and password you use, as these will be usedin the next step
207
+
1. Run the smoke test script from the root of the package directory:
0 commit comments