abapGit/test/gitea/package.json
Lars Hvam f46f5ce58e
startup gitea for integration testing (#6619)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
2023-11-05 16:04:38 +01: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.39.0",
"@types/node": "^20.8.10"
}
}