Skip to content

feat: add support for specifying expected result and data for steps #2020

feat: add support for specifying expected result and data for steps

feat: add support for specifying expected result and data for steps #2020

Triggered via push March 7, 2025 13:49
Status Success
Total duration 5m 55s
Artifacts

npm.yml

on: push
Matrix: test
Matrix: build-n-publish
Fit to window
Zoom out
Zoom in

Annotations

82 warnings
Project qase-cucumberjs - Node 16: qase-cucumberjs/src/models.ts#L1
'TestMetadata' is defined but never used
Project qase-newman - Node 16: qase-newman/src/reporter.ts#L345
Unexpected any. Specify a different type
Project qase-newman - Node 16: qase-newman/src/reporter.ts#L351
Unexpected any. Specify a different type
Project qase-cypress - Node 16: qase-cypress/src/fileSearcher.ts#L4
Unexpected class with only static properties
Project qase-cypress - Node 16: qase-cypress/src/options.ts#L1
Use an `interface` instead of a `type`
Project qase-cypress - Node 16: qase-cypress/src/reporter.ts#L227
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qaseio - Node 16: qaseio/src/qaseio.ts#L21
Use an `interface` instead of a `type`
Project qase-testcafe - Node 16: qase-testcafe/src/qase.ts#L6
Unexpected class with only static properties
Project qase-testcafe - Node 16: qase-testcafe/src/reporter.ts#L185
Unexpected any. Specify a different type
Project qase-jest - Node 16: qase-jest/src/reporter.ts#L100
void operator shouldn't be used on void; it should convey that a return value is being ignored
Project qase-jest - Node 16: qase-jest/src/step.ts#L5
Unexpected any. Specify a different type
Project qase-jest - Node 16: qase-jest/src/step.ts#L91
Unexpected any. Specify a different type
Project qase-playwright - Node 16: qase-playwright/src/reporter.ts#L541
Use `String#includes()` method with a string instead
Project qase-playwright - Node 16: qase-playwright/src/reporter.ts#L542
Use `String#includes()` method with a string instead
Project qase-playwright - Node 16: qase-playwright/src/reporter.ts#L549
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-playwright - Node 16: qase-playwright/src/reporter.ts#L550
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-mocha - Node 16: qase-mocha/src/interceptor.ts#L16
Unexpected any. Specify a different type
Project qase-mocha - Node 16: qase-mocha/src/parallel.ts#L4
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-mocha - Node 16: qase-mocha/src/reporter.ts#L141
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-mocha - Node 16: qase-mocha/src/reporter.ts#L144
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-mocha - Node 16: qase-mocha/src/reporter.ts#L249
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-wdio - Node 16: qase-wdio/src/reporter.ts#L68
Unexpected any. Specify a different type
Project qase-wdio - Node 16: qase-wdio/src/reporter.ts#L188
'_' is defined but never used
Project qase-wdio - Node 16: qase-wdio/src/reporter.ts#L211
Unnecessary conditional, the types have no overlap
Project qase-wdio - Node 16: qase-wdio/src/reporter.ts#L532
Unexpected any. Specify a different type
Project qase-wdio - Node 16: qase-wdio/src/step.ts#L5
Unexpected any. Specify a different type
Project qase-wdio - Node 16: qase-wdio/src/step.ts#L90
Unexpected any. Specify a different type
Project qase-wdio - Node 16: qase-wdio/src/storage.ts#L46
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-wdio - Node 16: qase-wdio/src/utils.ts#L8
Unexpected any. Specify a different type
Project qase-wdio - Node 16: qase-wdio/src/wdio.ts#L10
Unexpected any. Specify a different type
Project qase-wdio - Node 16: qase-wdio/src/wdio.ts#L12
Unexpected any. Specify a different type
Project qaseio - Node 18: qaseio/src/qaseio.ts#L21
Use an `interface` instead of a `type`
Project qase-cypress - Node 18: qase-cypress/src/fileSearcher.ts#L4
Unexpected class with only static properties
Project qase-cypress - Node 18: qase-cypress/src/options.ts#L1
Use an `interface` instead of a `type`
Project qase-cypress - Node 18: qase-cypress/src/reporter.ts#L227
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-cucumberjs - Node 18: qase-cucumberjs/src/models.ts#L1
'TestMetadata' is defined but never used
Project qase-newman - Node 18: qase-newman/src/reporter.ts#L345
Unexpected any. Specify a different type
Project qase-newman - Node 18: qase-newman/src/reporter.ts#L351
Unexpected any. Specify a different type
Project qase-jest - Node 18: qase-jest/src/reporter.ts#L100
void operator shouldn't be used on void; it should convey that a return value is being ignored
Project qase-jest - Node 18: qase-jest/src/step.ts#L5
Unexpected any. Specify a different type
Project qase-jest - Node 18: qase-jest/src/step.ts#L91
Unexpected any. Specify a different type
Project qase-testcafe - Node 18: qase-testcafe/src/qase.ts#L6
Unexpected class with only static properties
Project qase-testcafe - Node 18: qase-testcafe/src/reporter.ts#L185
Unexpected any. Specify a different type
Project qase-playwright - Node 18: qase-playwright/src/reporter.ts#L541
Use `String#includes()` method with a string instead
Project qase-playwright - Node 18: qase-playwright/src/reporter.ts#L542
Use `String#includes()` method with a string instead
Project qase-playwright - Node 18: qase-playwright/src/reporter.ts#L549
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-playwright - Node 18: qase-playwright/src/reporter.ts#L550
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-mocha - Node 18: qase-mocha/src/interceptor.ts#L16
Unexpected any. Specify a different type
Project qase-mocha - Node 18: qase-mocha/src/parallel.ts#L4
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-mocha - Node 18: qase-mocha/src/reporter.ts#L141
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-mocha - Node 18: qase-mocha/src/reporter.ts#L144
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-mocha - Node 18: qase-mocha/src/reporter.ts#L249
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-wdio - Node 18: qase-wdio/src/reporter.ts#L68
Unexpected any. Specify a different type
Project qase-wdio - Node 18: qase-wdio/src/reporter.ts#L188
'_' is defined but never used
Project qase-wdio - Node 18: qase-wdio/src/reporter.ts#L211
Unnecessary conditional, the types have no overlap
Project qase-wdio - Node 18: qase-wdio/src/reporter.ts#L532
Unexpected any. Specify a different type
Project qase-wdio - Node 18: qase-wdio/src/step.ts#L5
Unexpected any. Specify a different type
Project qase-wdio - Node 18: qase-wdio/src/step.ts#L90
Unexpected any. Specify a different type
Project qase-wdio - Node 18: qase-wdio/src/storage.ts#L46
Use "@ts-expect-error" to ensure an error is actually being suppressed
Project qase-wdio - Node 18: qase-wdio/src/utils.ts#L8
Unexpected any. Specify a different type
Project qase-wdio - Node 18: qase-wdio/src/wdio.ts#L10
Unexpected any. Specify a different type
Project qase-wdio - Node 18: qase-wdio/src/wdio.ts#L12
Unexpected any. Specify a different type