-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from rbhadti94/feature/adding-reports
GH-5 Reports being archived and README.md updated to include this
- Loading branch information
Showing
3 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,21 +7,17 @@ This action runs a JMeter performance test using a given JMX test file. It will | |
### `testFilePath` | ||
**Required**: The path to the JMX test file to run with JMeter | ||
|
||
### `outputLogFilePath` | ||
**Not Required**: The output file which will hold the JMeter log after the test run. | ||
### `outputReportsFolder` | ||
**Not Required**: The folder in which the JMeter reports are produced. | ||
|
||
**Default**: jmeter_output.log | ||
### `outputResultsPath` | ||
**Not Required**: The output file which will hold the JMeter results after the test run. | ||
|
||
**Default**: jmeter_results.log | ||
|
||
## Example usage | ||
```yaml | ||
# Use JMeter to run the JMX test case and produce reports in the "reports/" | ||
# directory in the workspace. | ||
- name: Run JMeter Tests | ||
uses: rbhadti94/[email protected].0 | ||
uses: rbhadti94/[email protected].1 | ||
with: | ||
testFilePath: tests/sample_test.jmx | ||
outputLogFilePath: my_jmeter_log.log | ||
outputResultsPath: my_results.log | ||
outputReportsFolder: reports/ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters