Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmcts/et-performance
Employment Tribunals Performance Testing
https://github.com/hmcts/et-performance
jenkins-cft jenkins-cft-d-i
Last synced: about 1 month ago
JSON representation
Employment Tribunals Performance Testing
- Host: GitHub
- URL: https://github.com/hmcts/et-performance
- Owner: hmcts
- Created: 2022-09-26T13:25:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T02:55:06.000Z (about 1 month ago)
- Last Synced: 2024-11-12T03:32:20.517Z (about 1 month ago)
- Topics: jenkins-cft, jenkins-cft-d-i
- Language: Scala
- Homepage:
- Size: 9.61 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
### Employment Tribunal Gatling Performance Tests
This script allows you to make a claim to an employment tribunal
To run locally:
- Performance test against the perftest environment: `./gradlew gatlingRun`Flags:
- Debug (single-user mode): `-Ddebug=on e.g. ./gradlew gatlingRun -Ddebug=on`
- Run against AAT: `Denv=aat e.g. ./gradlew gatlingRun -Denv=aat`Before running locally, update the client secret in src/gatling/resources/application.conf then run `git update-index --assume-unchanged src/gatling/resources/application.conf` to ensure the changes aren't pushed to github.
To make other configuration changes to the file, first run `git update-index --no-assume-unchanged src/gatling/resources/application.conf`, ensuring to remove the client secret before pushing to origin