testit-adapter-playwright 3.2.8 → 3.2.9-TMS-5.4

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.
Files changed (2) hide show
  1. package/dist/reporter.js +1 -1
  2. package/package.json +2 -2
package/dist/reporter.js CHANGED
@@ -164,7 +164,7 @@ class TmsReporter {
164
164
  result.status = "failed";
165
165
  }
166
166
  autotest.steps = converter_1.Converter.convertTestStepsToShortSteps(steps);
167
- await this.strategy.loadAutotest(autotest, converter_1.Converter.convertStatus(result.status, test.expectedStatus) == converter_1.Status.PASSED);
167
+ await this.strategy.loadAutotest(autotest, converter_1.Converter.convertStatus(result.status, test.expectedStatus));
168
168
  const autotestResult = converter_1.Converter.convertAutotestPostToAutotestResult(autotestData, test, result);
169
169
  autotestResult.stepResults = stepResults;
170
170
  await this.strategy.loadTestRun([autotestResult]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-playwright",
3
- "version": "3.2.8",
3
+ "version": "3.2.9-TMS-5.4",
4
4
  "description": "Playwright adapter for Test IT",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -40,7 +40,7 @@
40
40
  "prettier": "^3.0.1"
41
41
  },
42
42
  "dependencies": {
43
- "testit-js-commons": "3.2.8"
43
+ "testit-js-commons": "3.2.9-TMS-5.4"
44
44
  },
45
45
  "files": [
46
46
  "dist"