Skip to content

Commit

Permalink
--wip--
Browse files Browse the repository at this point in the history
  • Loading branch information
QZera committed Nov 27, 2024
1 parent e8b203b commit 83f6cfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import path from 'node:path'
import { $ } from 'zx'
import { e2eTestDirPath, rootDirPath } from './constants/config'

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
Expand Down Expand Up @@ -46,4 +47,7 @@ export const config: WebdriverIO.Config = {
ui: 'bdd',
timeout: 60000,
},
onPrepare: () => {
$`mkdir -p ${path.join(rootDirPath, 'node_modules/.cache/wdio')}`
},
}

0 comments on commit 83f6cfb

Please sign in to comment.