mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["www/**", ".angular/**"]
|
|
},
|
|
"test:integration": {
|
|
"env": ["BROWSER"],
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["cypress/videos", "cypress/screenshots", "coverage/integration-report-junit.xml"]
|
|
}
|
|
}
|
|
}
|