Skip to content

Remove all playwright test related files #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 18, 2023
37 changes: 0 additions & 37 deletions .github/workflows/playwright.js.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![E2E tests](https://github.com/staticwebdev/nextjs-starter/actions/workflows/playwright.js.yml/badge.svg)](https://github.com/staticwebdev/nextjs-starter/actions/workflows/playwright.js.yml)

# Next.js starter

[Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/overview) allows you to easily build [Next.js](https://nextjs.org/) apps in minutes. Use this repo with the [Next.js tutorial](https://docs.microsoft.com/azure/static-web-apps/deploy-nextjs) to build and customize a new static site.
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"dev": "next dev",
"fix": "next lint --fix",
"lint": "next lint",
"start": "next start",
"test": "playwright test"
"start": "next start"
},
"dependencies": {
"isomorphic-unfetch": "^3.0.0",
Expand All @@ -17,7 +16,6 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@playwright/test": "^1.20.0",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
13 changes: 0 additions & 13 deletions playwright.config.ts

This file was deleted.

20 changes: 0 additions & 20 deletions test/integration.spec.ts

This file was deleted.