Skip to content

Commit

Permalink
Add info to the read me file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueslialmeida committed Apr 27, 2022
1 parent 22c0c07 commit b0eda9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This extension creates a Jira issue after a test failure. To use this extension
- projectKey: A valid Jira project key (e.g. TA, ZTE, ETC).
- issueType: Usually the issue is created as a Bug but you can change it for Task or another valid issue type available in your Jira instance.
- debugMode: In case you are creating tests or debugging tests you may not want to create issues (and I don't recommend it) so setting this config to true the extension will not create issues in production set it back to false.
- singleIssue: Set it to true if you wish to create only one issue in Jira containing all the failed tests, this mode logs less info, it will only log the Failed Test, the Step, and the File which the test is included. Creating a single issue doesn't polute your project board with multiple tickets.

Configuration 'codeception.yml' example:

Expand Down

0 comments on commit b0eda9f

Please sign in to comment.