Skip to content

Commit

Permalink
fix: remove playwright (gitbutlerapp#4588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Aug 2, 2024
1 parent e549866 commit 549dff6
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 5,110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
# Run it through `xvfb-run` to have a fake display server which allows our
# application to run headless without any changes to the code
- name: WebdriverIO
run: xvfb-run pnpm test:wdio
run: xvfb-run pnpm test:e2e
File renamed without changes.
15 changes: 0 additions & 15 deletions apps/desktop/e2e/playwright/basic.spec.ts

This file was deleted.

File renamed without changes.
6 changes: 1 addition & 5 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
"scripts": {
"dev": "vite --clearScreen false",
"test": "vitest run --mode development",
"test:wdio": "wdio run wdio.conf.ts",
"test:watch": "vitest --watch --mode development",
"test:e2e": "playwright test -c ./playwright.config.ts",
"test:e2e:watch": "playwright test -c ./playwright.config.ts --ui",
"test:e2e:run": "vite dev --mode testing",
"test:e2e": "wdio run wdio.conf.ts",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "pnpm check --watch",
Expand Down Expand Up @@ -39,7 +36,6 @@
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@octokit/rest": "^20.1.1",
"@playwright/test": "^1.44.1",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@sentry/sveltekit": "^8.9.2",
"@sveltejs/adapter-static": "catalog:svelte",
Expand Down
25 changes: 0 additions & 25 deletions apps/desktop/playwright.config.ts

This file was deleted.

Loading

0 comments on commit 549dff6

Please sign in to comment.