Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 30, 2023
1 parent d380aa9 commit 74e55f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,8 @@ use docker, run: `./mvnw -DimageBuilder=$(which docker) clean verify`
* `-DskipTests=true` to skip all tests

### Running integration tests without rebuild
* `./mvnw exec:exec@create-pod exec:exec@start-jfr-datasource
exec:exec@start-grafana-dashboard exec:exec@start-container
exec:exec@wait-for-container failsafe:integration-test
exec:exec@stop-jfr-datasource exec:exec@stop-grafana exec:exec@stop-container
exec:exec@destroy-pod`
* or `bash repeated-integration-tests.bash 1`.
* To run selected integration tests without rebuilding, append the name(s) of your itest class(es) as an argument to `repeated-integration-tests.bash`, e.g. `bash repeated-integration-tests.bash 1 AutoRulesIT,RecordingWorkflowIT`. Note that modifying a test file does not require a rebuild.
* `bash repeated-integration-tests.bash`.
* To run selected integration tests without rebuilding, append the name(s) of your itest class(es) as an argument to `repeated-integration-tests.bash`, e.g. `bash repeated-integration-tests.bash AutoRulesIT,RecordingWorkflowIT`. Note that modifying a test file does not require a rebuild.

## RUN

Expand Down

0 comments on commit 74e55f9

Please sign in to comment.