Skip to content

Commit

Permalink
remove playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-deepfence committed May 13, 2024
1 parent 22604a8 commit b755d0e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 339 deletions.
27 changes: 0 additions & 27 deletions deepfence_frontend/apps/dashboard/.github/workflows/playwright.yml

This file was deleted.

3 changes: 0 additions & 3 deletions deepfence_frontend/apps/dashboard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ dist-ssr
*.sln
*.sw?
/test-results/
/playwright-report/
/e2e/reports/*
/playwright/.cache/

*.env
!.env.sample
Expand Down
53 changes: 0 additions & 53 deletions deepfence_frontend/apps/dashboard/e2e/login.spec.ts

This file was deleted.

41 changes: 0 additions & 41 deletions deepfence_frontend/apps/dashboard/e2e/pages/LoginPage.ts

This file was deleted.

24 changes: 0 additions & 24 deletions deepfence_frontend/apps/dashboard/e2e/pages/RegisterUserPage.ts

This file was deleted.

39 changes: 0 additions & 39 deletions deepfence_frontend/apps/dashboard/e2e/register-user.spec.ts

This file was deleted.

4 changes: 0 additions & 4 deletions deepfence_frontend/apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"test": "vitest",
"coverage": "vitest run --coverage",
"playwright": "playwright test",
"playwright:debug": "playwright test --debug",
"codegen": "pnpm run codegen:clean && openapi-generator-cli generate",
"codegen:clean": "rm -rf ./src/api/generated"
},
Expand Down Expand Up @@ -44,7 +42,6 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.7.0",
"@playwright/test": "^1.37.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
Expand All @@ -66,7 +63,6 @@
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"msw": "^1.2.3",
"playwright": "1.37.0",
"postcss": "^8.4.27",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^5.9.2",
Expand Down
107 changes: 0 additions & 107 deletions deepfence_frontend/apps/dashboard/playwright.config.ts

This file was deleted.

Loading

0 comments on commit b755d0e

Please sign in to comment.