Skip to content

Commit

Permalink
bump parser version with skippped changes in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Dec 5, 2021
1 parent 38078bb commit 8d26484
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 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.12",
"version": "0.0.13",
"description": "Publish test results to Microsoft Teams and Slack",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"colon-notation": "^1.2.1",
"phin-retry": "^1.0.3",
"sade": "^1.7.4",
"test-results-parser": "^0.0.5"
"test-results-parser": "^0.0.6"
},
"devDependencies": {
"mocha": "^9.1.1",
Expand Down
12 changes: 6 additions & 6 deletions test/helpers/interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ addInteractionHandler('post test-summary to teams with multiple suites', () => {
"facts": [
{
"title": "Results:",
"value": "8 / 19 Passed (42%)"
"value": "8 / 20 Passed (40%)"
},
{
"title": "Duration:",
Expand Down Expand Up @@ -163,7 +163,7 @@ addInteractionHandler('post test-summary-slim to teams with multiple suites', ()
"facts": [
{
"title": "Results:",
"value": "8 / 19 Passed (42%)"
"value": "8 / 20 Passed (40%)"
},
{
"title": "Duration:",
Expand Down Expand Up @@ -210,7 +210,7 @@ addInteractionHandler('post failure-details to teams with multiple suites', () =
"facts": [
{
"title": "Results:",
"value": "8 / 19 Passed (42%)"
"value": "8 / 20 Passed (40%)"
},
{
"title": "Duration:",
Expand Down Expand Up @@ -457,7 +457,7 @@ addInteractionHandler('post test-summary-slim to slack with multiple suites', ()
"fields": [
{
"title": "Results",
"value": "8 / 19 Passed (42%)",
"value": "8 / 20 Passed (40%)",
"short": true
},
{
Expand Down Expand Up @@ -490,7 +490,7 @@ addInteractionHandler('post test-summary to slack with multiple suites', () => {
"fields": [
{
"title": "Results",
"value": "8 / 19 Passed (42%)",
"value": "8 / 20 Passed (40%)",
"short": true
},
{
Expand Down Expand Up @@ -560,7 +560,7 @@ addInteractionHandler('post failure-details to slack with multiple suites', () =
"fields": [
{
"title": "Results",
"value": "8 / 19 Passed (42%)",
"value": "8 / 20 Passed (40%)",
"short": true
},
{
Expand Down

0 comments on commit 8d26484

Please sign in to comment.