chore: reorganise playwright config (#53884)

This commit is contained in:
Oliver Eyton-Williams
2024-02-26 15:26:54 +01:00
committed by GitHub
parent e03b78666b
commit 074af6effb
9 changed files with 329 additions and 1534 deletions
-15
View File
@@ -1,15 +0,0 @@
{
"name": "@freecodecamp/e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx playwright test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/node": "^20.4.9"
}
}