testit-adapter-playwright 2.1.5 → 2.1.7

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/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,8 +70,7 @@ $ export TMS_TEST_RUN_ID=$(cat tmp/output.txt)
70
70
 
71
71
  $ npx playwright test
72
72
 
73
- $ testit \
74
- --mode finish
73
+ $ testit testrun complete
75
74
  --url https://tms.testit.software \
76
75
  --testrun-id $(cat tmp/output.txt)
77
76
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-playwright",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
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": "~2.1.5"
43
+ "testit-js-commons": "~2.1.6"
44
44
  },
45
45
  "files": [
46
46
  "dist"