Skip to content

chore: update README.md for qase-vitest #2501

chore: update README.md for qase-vitest

chore: update README.md for qase-vitest #2501

Triggered via push November 21, 2025 06:55
Status Success
Total duration 5m 30s
Artifacts

npm.yml

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

Annotations

92 warnings
Project qase-cypress - Node 20: qase-cypress/src/reporter.ts#L266
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 20: qase-cypress/src/reporter.ts#L266
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 20: qase-cypress/src/metadata/resultsManager.ts#L5
Unexpected class with only static properties
Project qase-cypress - Node 20: qase-cypress/src/cucumber.ts#L74
Prefer using an optional chain expression instead, as it's more concise and easier to read
Project qase-cypress - Node 20: qase-cypress/src/cucumber.ts#L3
Unexpected any. Specify a different type
Project qase-cypress - Node 20: qase-cypress/src/cucumber.ts#L3
'window' is defined but never used
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L276
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L275
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L267
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L267
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L106
Unnecessary conditional, value is always truthy
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L105
Unnecessary optional chain on a non-nullish value
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/utils/test-status-utils.ts#L134
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/utils/test-status-utils.ts#L31
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/env/env-to-config.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/env/env-to-config.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-playwright - Node 20: qase-playwright/src/reporter.ts#L394
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-playwright - Node 20: qase-playwright/src/reporter.ts#L379
Unnecessary optional chain on a non-nullish value
Project qase-playwright - Node 20: qase-playwright/src/reporter.ts#L376
Unexpected any. Specify a different type
Project qase-playwright - Node 20: qase-playwright/src/reporter.ts#L312
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-playwright - Node 20: qase-playwright/src/reporter.ts#L310
'framework' is assigned a value but never used
Project qase-mocha - Node 20: qase-mocha/src/reporter.ts#L114
Unexpected any. Specify a different type
Project qase-mocha - Node 20: qase-mocha/src/reporter.ts#L112
Unexpected any. Specify a different type
Project qase-mocha - Node 20: qase-mocha/src/reporter.ts#L112
Unnecessary conditional, value is always truthy
Project qase-mocha - Node 20: qase-mocha/src/reporter.ts#L82
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-mocha - Node 20: qase-mocha/src/extraReporters.ts#L116
Unexpected any. Specify a different type
Project qase-mocha - Node 20: qase-mocha/src/extraReporters.ts#L100
Unnecessary conditional, value is always truthy
Project qase-mocha - Node 20: qase-mocha/src/extraReporters.ts#L43
Unnecessary conditional, the types have no overlap
Project qase-mocha - Node 20: qase-mocha/src/extraReporters.ts#L34
Prefer using an optional chain expression instead, as it's more concise and easier to read
Project qase-wdio - Node 20: qase-wdio/src/reporter.ts#L309
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L135
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L135
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L124
Unnecessary optional chain on a non-nullish value
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L120
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L113
Forbidden non-null assertion
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L113
Forbidden non-null assertion
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L93
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L92
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L86
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 20: qase-vitest/src/index.ts#L24
The generic type arguments should be specified as part of the constructor type arguments
Project qase-javascript-commons - Node 22: qase-javascript-commons/src/utils/test-status-utils.ts#L134
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 22: qase-javascript-commons/src/utils/test-status-utils.ts#L31
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 22: qase-javascript-commons/src/env/env-to-config.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 22: qase-javascript-commons/src/env/env-to-config.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 22: qase-cypress/src/reporter.ts#L266
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 22: qase-cypress/src/reporter.ts#L266
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 22: qase-cypress/src/metadata/resultsManager.ts#L5
Unexpected class with only static properties
Project qase-cypress - Node 22: qase-cypress/src/cucumber.ts#L74
Prefer using an optional chain expression instead, as it's more concise and easier to read
Project qase-cypress - Node 22: qase-cypress/src/cucumber.ts#L3
Unexpected any. Specify a different type
Project qase-cypress - Node 22: qase-cypress/src/cucumber.ts#L3
'window' is defined but never used
Project qase-cucumberjs - Node 22: qase-cucumberjs/src/storage.ts#L276
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 22: qase-cucumberjs/src/storage.ts#L275
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 22: qase-cucumberjs/src/storage.ts#L267
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 22: qase-cucumberjs/src/storage.ts#L267
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-cucumberjs - Node 22: qase-cucumberjs/src/storage.ts#L106
Unnecessary conditional, value is always truthy
Project qase-cucumberjs - Node 22: qase-cucumberjs/src/storage.ts#L105
Unnecessary optional chain on a non-nullish value
Project qase-mocha - Node 22: qase-mocha/src/reporter.ts#L114
Unexpected any. Specify a different type
Project qase-mocha - Node 22: qase-mocha/src/reporter.ts#L112
Unexpected any. Specify a different type
Project qase-mocha - Node 22: qase-mocha/src/reporter.ts#L112
Unnecessary conditional, value is always truthy
Project qase-mocha - Node 22: qase-mocha/src/reporter.ts#L82
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-mocha - Node 22: qase-mocha/src/extraReporters.ts#L116
Unexpected any. Specify a different type
Project qase-mocha - Node 22: qase-mocha/src/extraReporters.ts#L100
Unnecessary conditional, value is always truthy
Project qase-mocha - Node 22: qase-mocha/src/extraReporters.ts#L43
Unnecessary conditional, the types have no overlap
Project qase-mocha - Node 22: qase-mocha/src/extraReporters.ts#L34
Prefer using an optional chain expression instead, as it's more concise and easier to read
Project qase-wdio - Node 22: qase-wdio/src/reporter.ts#L309
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-playwright - Node 22: qase-playwright/src/reporter.ts#L394
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-playwright - Node 22: qase-playwright/src/reporter.ts#L379
Unnecessary optional chain on a non-nullish value
Project qase-playwright - Node 22: qase-playwright/src/reporter.ts#L376
Unexpected any. Specify a different type
Project qase-playwright - Node 22: qase-playwright/src/reporter.ts#L312
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-playwright - Node 22: qase-playwright/src/reporter.ts#L310
'framework' is assigned a value but never used
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L135
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L135
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L124
Unnecessary optional chain on a non-nullish value
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L120
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L113
Forbidden non-null assertion
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L113
Forbidden non-null assertion
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L93
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L92
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L86
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-vitest - Node 22: qase-vitest/src/index.ts#L24
The generic type arguments should be specified as part of the constructor type arguments