Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ To run the tests:
- start the server using an iam role that can assume the above role (eg: `gds aws forms-dev-readonly -- bundle exec rails s`)
- in `forms-admin`
- add your govuk_notify.api_key to settings.local.yml
- start the server (without aws)
- in `forms-api`:
- ensure the seeded s3 submission test form is set up correctly, and run the following rake task:
- `rake "forms:set_submission_type_to_s3[2, ${the name of the submission bucket}, ${the aws account id where the bucket lives}, ${the region}]"`
- `rake "forms:submission_type:set_to_s3[2, ${the name of the submission bucket}, ${the aws account id where the bucket lives}, ${the region}]"`
- start the server (without aws)
- in `forms-e2e-tests`
- start an aws shell:
Expand Down