Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepadayatti authored Jan 10, 2024
1 parent 95c9ed8 commit 03c2b3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#### Steps to test this PR

Run the following commands from `bb-consent-playground` repository:

1. To destroy all the running containers and their volumes, execute `make destroy`
2. To build fixtures docker image, execute `make build-fixtures`
3. To build BDD test runner docker image, execute `make build-test`
4. In the API repository, switch to the feature/fix branch you wish to execute tests against and build a docker image by executing `make build/docker/deployable`
5. Copy image name and paste it in `image` field value under `api` in `test-docker-compose.yaml` file inside `test` folder in `bb-consent-playground`

0 comments on commit 03c2b3a

Please sign in to comment.