testit-adapter-playwright 2.1.4 → 2.1.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.
- package/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -60,14 +60,13 @@ To create and complete TestRun you can use the Test IT CLI:
|
|
|
60
60
|
|
|
61
61
|
```
|
|
62
62
|
$ export TMS_TOKEN=<YOUR_TOKEN>
|
|
63
|
-
$ testit
|
|
64
|
-
--mode create
|
|
63
|
+
$ testit testrun create
|
|
65
64
|
--url https://tms.testit.software \
|
|
66
65
|
--project-id 5236eb3f-7c05-46f9-a609-dc0278896464 \
|
|
67
66
|
--testrun-name "New test run" \
|
|
68
67
|
--output tmp/output.txt
|
|
69
68
|
|
|
70
|
-
$ export TMS_TEST_RUN_ID=$(cat output.txt)
|
|
69
|
+
$ export TMS_TEST_RUN_ID=$(cat tmp/output.txt)
|
|
71
70
|
|
|
72
71
|
$ npx playwright test
|
|
73
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testit-adapter-playwright",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
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.
|
|
43
|
+
"testit-js-commons": "~2.1.5"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"dist"
|