Skip to content
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

Remove test harness related files #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions .github/workflows/playwright-latest.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/playwright-onDemand.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/playwright-scheduled.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,4 @@ build
/backend/**/bin
obj
appsettings.json
local.settings.json
/test-results/
/playwright-report/
/playwright/.cache/
local.settings.json
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Startup Adventurer

[![Playwright tests](https://github.com/staticwebdev/StartupAdventurer/actions/workflows/playwright-latest.yml/badge.svg)](https://github.com/staticwebdev/StartupAdventurer/actions/workflows/playwright-latest.yml)

Welcome to Startup Adventurer a character creator allowing you to build your own avatar and imbue it with skills which line up with your own startup adventurer.

Startup Adventurer demonstrates how you can create an application that can be deployed to [Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/?WT.mc_id=startup-18441-aapowell).
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"emulate": "swa start http://localhost:3000 --api http://localhost:7071",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"playwright_test": "playwright test",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -57,7 +56,6 @@
},
"devDependencies": {
"@azure/static-web-apps-cli": "^0.1.0",
"@playwright/test": "^1.24.1",
"@types/file-saver": "^2.0.2",
"@types/styled-components": "^5.1.7",
"typescript": "^4.2.2"
Expand Down
19 changes: 0 additions & 19 deletions playwright.config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Test.README.md

This file was deleted.

7 changes: 0 additions & 7 deletions tests/playwright.spec.ts

This file was deleted.