Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Oct 16, 2021
1 parent 2951f0a commit 68aa353
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Configuration file holds the different configurations files for our reporting ne
}
```

### Sample Report
### Sample Reports

![teams-summary-report](https://github.com/test-results-reporter/reporter/raw/main/assets/teams/test-summary-single-suite.png)

Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-results-reporter",
"version": "0.0.6",
"version": "0.0.7",
"description": "Publish test results to Microsoft Teams and Slack",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"mocha": "^9.1.1",
"pactum": "^3.0.18"
"pactum": "^3.0.21"
}
}
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const prog = sade('test-results-reporter');
const publish = require('./commands/publish');

prog
.version('0.0.1')
.version('0.0.7')
.option('-c, --config', 'Provide path to custom config', 'config.json');

prog.command('publish')
Expand Down

0 comments on commit 68aa353

Please sign in to comment.