Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
alfa
Commits
3d8d786c
Commit
3d8d786c
authored
3 years ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
format for readablitiy
parent
20aae666
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
goofy-client/package.json
+21
-11
21 additions, 11 deletions
goofy-client/package.json
with
21 additions
and
11 deletions
goofy-client/package.json
+
21
−
11
View file @
3d8d786c
...
...
@@ -33,22 +33,32 @@
"dep-graph"
:
"nx dep-graph"
,
"help"
:
"nx help"
,
"favicon"
:
"real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon"
,
"cypress:open"
:
"export CYPRESS_BASE_URL=http://localhost:4300 ; npx cypress open --project apps/goofy-e2e"
,
"cypress:open-ea"
:
"export CYPRESS_BASE_URL=http://localhost:4300 ; npx cypress open --project apps/goofy-e2e --config-file ./ea-config.json"
,
"cypress:run"
:
"npx cypress run --project apps/goofy-e2e"
,
"cypress:version"
:
"npx cypress version"
,
"cypress:merge-report"
:
"mochawesome-merge apps/goofy-e2e/reports/mochawesome-report/**/*.json > apps/goofy-e2e/reports/report.json"
,
"cypress:merge-ea-report"
:
"mochawesome-merge apps/goofy-e2e/reports_einheitlicher-ansprechpartner/mochawesome-report/**/*.json > apps/goofy-e2e/reports_einheitlicher-ansprechpartner/report.json"
,
"cypress:generate-html"
:
"marge apps/goofy-e2e/reports/report.json -f report -o apps/goofy-e2e/reports/"
,
"cypress:generate-ea-html"
:
"marge apps/goofy-e2e/reports_einheitlicher-ansprechpartner/report.json -f report -o apps/goofy-e2e/reports_einheitlicher-ansprechpartner/"
,
"cypress:open"
:
"export CYPRESS_BASE_URL=http://localhost:4300 ; npx cypress open --project apps/goofy-e2e"
,
"cypress:ci-run"
:
"export CYPRESS_BASE_URL=https://e2e.dev.ozg-sh.de ; npm run cypress:delete-old-reports ; npm run cypress:run -- --config-file ./cypress-ci.json ; test=$(echo
\"
$?
\"
) ; npm run cypress:pre-merge ; npm run cypress:generate-report ; exit $test"
,
"cypress:delete-old-reports"
:
"node apps/goofy-e2e/src/support/delete-old-reports.ts"
,
"cypress:delete-ea-reports"
:
"node apps/goofy-e2e/src/support/delete-ea-reports.ts"
,
"cypress:pre-merge"
:
"node apps/goofy-e2e/src/support/pre-merge.ts"
,
"cypress:pre-merge-ea"
:
"node apps/goofy-e2e/src/support/pre-ea-report-merge.ts"
,
"cypress:generate-report"
:
"npm run cypress:merge-report ; npm run cypress:generate-html"
,
"cypress:generate-report-ea"
:
"npm run cypress:merge-ea-report ; npm run cypress:generate-ea-html"
,
"cypress:ci-run"
:
"export CYPRESS_BASE_URL=https://e2e.dev.ozg-sh.de ; npm run cypress:delete-old-reports ; npm run cypress:run -- --config-file ./cypress-ci.json ; test=$(echo
\"
$?
\"
) ; npm run cypress:pre-merge ; npm run cypress:generate-report ; exit $test"
,
"cypress:merge-report"
:
"mochawesome-merge apps/goofy-e2e/reports/mochawesome-report/**/*.json > apps/goofy-e2e/reports/report.json"
,
"cypress:generate-html"
:
"marge apps/goofy-e2e/reports/report.json -f report -o apps/goofy-e2e/reports/"
,
"cypress:open-ea"
:
"export CYPRESS_BASE_URL=http://localhost:4300 ; npx cypress open --project apps/goofy-e2e --config-file ./ea-config.json"
,
"cypress:ci-ea-run"
:
"export CYPRESS_BASE_URL=$npm_config_BASE_URL ; npm run cypress:delete-ea-reports ; npm run cypress:run -- --config-file ./ea-ci-config.json ; test=$(echo
\"
$?
\"
) ; npm run cypress:pre-merge-ea ; npm run cypress:generate-ea-report ; exit $test"
,
"cypress:delete-ea-reports"
:
"node apps/goofy-e2e/src/support/delete-ea-reports.ts"
,
"cypress:pre-merge-ea"
:
"node apps/goofy-e2e/src/support/pre-ea-report-merge.ts"
,
"cypress:generate-ea-report"
:
"npm run cypress:merge-ea-report ; npm run cypress:generate-ea-html"
,
"cypress:merge-ea-report"
:
"mochawesome-merge apps/goofy-e2e/reports_einheitlicher-ansprechpartner/mochawesome-report/**/*.json > apps/goofy-e2e/reports_einheitlicher-ansprechpartner/report.json"
,
"cypress:generate-ea-html"
:
"marge apps/goofy-e2e/reports_einheitlicher-ansprechpartner/report.json -f report -o apps/goofy-e2e/reports_einheitlicher-ansprechpartner/"
,
"workspace-generator"
:
"nx workspace-generator"
,
"sonar-scanner"
:
"npm test -- --testResultsProcessor='jest-sonar-reporter' && sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=364c6e09430714838730a83f55d3369a7ffda0e9"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment