@autometa/cucumber-expressions 0.1.5 → 0.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.
- package/.turbo/turbo-test.log +7 -7
- package/CHANGELOG.md +20 -0
- package/package.json +7 -7
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @autometa/cucumber-expressions@0.1.
|
|
2
|
+
> @autometa/cucumber-expressions@0.1.5 test /Users/ben.aherne/Documents/GitHub/autometa/packages/cucumber-expressions
|
|
3
3
|
> vitest run --passWithNoTests
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
RUN v0.29.8 /Users/ben.aherne/Documents/GitHub/autometa/packages/cucumber-expressions
|
|
7
7
|
|
|
8
|
+
✓ src/step-matchers.spec.ts (13 tests) 110ms
|
|
8
9
|
stdout | src/search-report.spec.ts > SearchReport > should format the match with same step type
|
|
9
10
|
Scenario: a test scenario
|
|
10
11
|
Steps with matching step type:
|
|
@@ -38,13 +39,12 @@ Feature: a test feature
|
|
|
38
39
|
[2] When I have {int} blue grapes in my {string}
|
|
39
40
|
|
|
40
41
|
|
|
41
|
-
✓ src/search-report.spec.ts (6 tests)
|
|
42
|
-
✓ src/
|
|
43
|
-
✓ src/parameters.spec.ts (
|
|
44
|
-
✓ src/default.parameters.spec.ts (11 tests) 4357ms
|
|
42
|
+
✓ src/search-report.spec.ts (6 tests) 10ms
|
|
43
|
+
✓ src/parameters.spec.ts (15 tests) 2745ms
|
|
44
|
+
✓ src/default.parameters.spec.ts (11 tests) 4120ms
|
|
45
45
|
|
|
46
46
|
Test Files 4 passed (4)
|
|
47
47
|
Tests 45 passed (45)
|
|
48
|
-
Start at
|
|
49
|
-
Duration
|
|
48
|
+
Start at 14:08:11
|
|
49
|
+
Duration 6.52s (transform 533ms, setup 0ms, collect 3.15s, tests 6.99s)
|
|
50
50
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @autometa/cucumber-expressions
|
|
2
2
|
|
|
3
|
+
## 0.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 53f958e1: Fix: steps not executing onStepEnded event when an error was thrown
|
|
8
|
+
- Updated dependencies [53f958e1]
|
|
9
|
+
- @autometa/asserters@0.1.3
|
|
10
|
+
- @autometa/datetime@0.1.7
|
|
11
|
+
- @autometa/errors@0.1.3
|
|
12
|
+
- @autometa/types@0.4.1
|
|
13
|
+
|
|
14
|
+
## 0.1.6
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [12bd4b1e]
|
|
19
|
+
- @autometa/errors@0.1.2
|
|
20
|
+
- @autometa/asserters@0.1.2
|
|
21
|
+
- @autometa/datetime@0.1.6
|
|
22
|
+
|
|
3
23
|
## 0.1.5
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/cucumber-expressions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "wrapper on @cucumber/cucumber-expressions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"tsup": "^7.2.0",
|
|
29
29
|
"typescript": "^4.9.5",
|
|
30
30
|
"vitest": "^0.29.8",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"eslint-config-custom": "0.6.0",
|
|
32
|
+
"tsconfig": "0.7.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@cucumber/cucumber-expressions": "^16.1.2",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"colors-cli": "^1.0.32",
|
|
40
40
|
"diff": "^5.1.0",
|
|
41
41
|
"luxon": "^3.3.0",
|
|
42
|
-
"@autometa/asserters": "^0.1.
|
|
43
|
-
"@autometa/
|
|
44
|
-
"@autometa/
|
|
42
|
+
"@autometa/asserters": "^0.1.3",
|
|
43
|
+
"@autometa/datetime": "^0.1.7",
|
|
44
|
+
"@autometa/errors": "^0.1.3",
|
|
45
45
|
"@autometa/overloaded": "^0.3.1",
|
|
46
|
-
"@autometa/types": "^0.4.
|
|
46
|
+
"@autometa/types": "^0.4.1"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"test": "vitest run --passWithNoTests",
|