This commit is contained in:
parent
2a63c0a742
commit
0751d1da98
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
corepack enable
|
||||
yarn install
|
||||
cd packages/test-project
|
||||
yarn playwright install --with-deps
|
||||
yarn playwright install-deps
|
||||
dpkg -i ../../obsidian.deb
|
||||
- name: compile and test!
|
||||
run: |
|
||||
|
@ -35,7 +35,7 @@ export default defineConfig<ObsidianTestFixtures>({
|
||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||
trace: 'on-first-retry',
|
||||
obsidian: {
|
||||
vault: path.resolve(process.cwd(), "..", "..", path.join("vault", "test-framework-tester"))
|
||||
vault: path.resolve(process.cwd(), "..", "..", "vault")
|
||||
}
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user