testit-adapter-codecept 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
|
@@ -90,14 +90,13 @@ To create and complete TestRun you can use the Test IT CLI:
|
|
|
90
90
|
|
|
91
91
|
```
|
|
92
92
|
$ export TMS_TOKEN=<YOUR_TOKEN>
|
|
93
|
-
$ testit
|
|
94
|
-
--mode create
|
|
93
|
+
$ testit testrun create
|
|
95
94
|
--url https://tms.testit.software \
|
|
96
95
|
--project-id 5236eb3f-7c05-46f9-a609-dc0278896464 \
|
|
97
96
|
--testrun-name "New test run" \
|
|
98
97
|
--output tmp/output.txt
|
|
99
98
|
|
|
100
|
-
$ export TMS_TEST_RUN_ID=$(cat output.txt)
|
|
99
|
+
$ export TMS_TEST_RUN_ID=$(cat tmp/output.txt)
|
|
101
100
|
|
|
102
101
|
$ npx codeceptjs run
|
|
103
102
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testit-adapter-codecept",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "Codecept adapter for Test IT",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"watch": "tsc -p tsconfig.json -w"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"testit-js-commons": "~2.1.
|
|
18
|
+
"testit-js-commons": "~2.1.5"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@codeceptjs/configure": "^0.10.0",
|