Skip to content

Commit dce353c

Browse files
Update dependency @cucumber/core to v0.3.0 (#85)
* Update dependency @cucumber/core to v0.3.0 * fix compilation --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent 10f86e7 commit dce353c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@cucumber/ci-environment": "10.0.1",
32-
"@cucumber/core": "0.1.0",
32+
"@cucumber/core": "0.3.0",
3333
"@cucumber/cucumber-expressions": "18.0.1",
3434
"@cucumber/gherkin": "33.1.0",
3535
"@cucumber/html-formatter": "21.13.0",

src/runner/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function run({ source, gherkinDocument, pickles }: CompiledGherkin)
4545
const world = await worldFactory.create()
4646
const tracker = new ContextTracker(testCaseStartedId, world, (e) => messages.push(e))
4747

48-
for (const step of testCase.steps) {
48+
for (const step of testCase.testSteps) {
4949
messages.push({
5050
testStepStarted: {
5151
testCaseStartedId: testCaseStartedId,

0 commit comments

Comments
 (0)