abapGit/test/gitea/package.json
Lars Hvam edfbfab6ce
Some checks are pending
main-build / build-merged (push) Waiting to run
main-build / auto-tag (push) Waiting to run
main-build / auto-tag-artifact (push) Blocked by required conditions
main-build / coverage (push) Waiting to run
web test: move files and fixes (#7195)
2025-04-08 15:57:59 +02:00

18 lines
405 B
JSON

{
"name": "gitea",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"gitea": "docker compose down && docker compose up -d && npx playwright install && playwright test && sleep 20 && sh create.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.14.0"
}
}