playwright-slack-report-burak 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,7 +134,7 @@ const generateAllRunSuites = async (summaryResults) => {
134
134
  allSuitesTitle[0] = '*Suite Run:*\n';
135
135
  }
136
136
  if (allSuites.length > 1) {
137
- allSuitesTitle[0] = '*Suites Runs:*\n';
137
+ allSuitesTitle[0] = '*Suites Run:*\n';
138
138
  }
139
139
 
140
140
  // Push data into array to create the "List of Problematic Test Suites"
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "lint-fix": "npx eslint . --ext .ts --fix"
31
31
  },
32
32
  "name": "playwright-slack-report-burak",
33
- "version": "1.3.4",
33
+ "version": "1.3.5",
34
34
  "main": "index.js",
35
35
  "types": "dist/index.d.ts",
36
36
  "repository": "git@github.com:ryanrosello-og/playwright-slack-report.git",