edits
Some checks failed
Playwright Tests / test (push) Failing after 3m8s

This commit is contained in:
parent e0f9022dd9
commit cea3b4a372
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
2 changed files with 3 additions and 1 deletions

@ -24,6 +24,8 @@ jobs:
cd packages/test-project
yarn playwright install --with-deps
dpkg -i ../../obsidian.deb
- name: compile and test!
run: |
yarn workspace obsidian-testing-framework run tsc
yarn playwright test
- uses: actions/upload-artifact@v4

@ -33,7 +33,7 @@ const obsidianTestFixtures: Fixtures<ObsidianTestFixtures> = {
electronApp: [
async ({ obsidian: { vault } }, run) => {
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = "true";
console.log("asar located at:", getExe())
const electronApp = await electron.launch({
timeout: 10000,
args: [