diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 5232b613..4e0ff9ca 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 5 matrix: node-version: [ '16', '18' ] - prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright", "qase-mocha" ] + prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright", "qase-mocha", "qase-wdio" ] name: Project ${{ matrix.prefix }} - Node ${{ matrix.node-version }} steps: - uses: actions/checkout@v2 @@ -27,7 +27,7 @@ jobs: strategy: max-parallel: 5 matrix: - prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright", "qase-mocha" ] + prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright", "qase-mocha", "qase-wdio" ] if: startsWith(github.event.ref, 'refs/tags') name: Publish ${{ matrix.prefix }} steps: diff --git a/qase-wdio/src/reporter.ts b/qase-wdio/src/reporter.ts index fcc17227..41457b69 100644 --- a/qase-wdio/src/reporter.ts +++ b/qase-wdio/src/reporter.ts @@ -71,6 +71,7 @@ export default class WDIOQaseReporter extends WDIOReporter { const configLoader = new ConfigLoader(); const config = configLoader.load(); + // eslint-disable-next-line @typescript-eslint/no-unsafe-argument this.reporter = QaseReporter.getInstance({ ...composeOptions(options, config), frameworkPackage: 'wdio',