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
fcf6fce4
Commit
fcf6fce4
authored
3 years ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
Revert "format for readablitiy"
This reverts commit
3d8d786c
.
parent
3d8d786c
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
+11
-21
11 additions, 21 deletions
goofy-client/package.json
with
11 additions
and
21 deletions
goofy-client/package.json
+
11
−
21
View file @
fcf6fce4
...
@@ -33,32 +33,22 @@
...
@@ -33,32 +33,22 @@
"dep-graph"
:
"nx dep-graph"
,
"dep-graph"
:
"nx dep-graph"
,
"help"
:
"nx help"
,
"help"
:
"nx help"
,
"favicon"
:
"real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon"
,
"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:run"
:
"npx cypress run --project apps/goofy-e2e"
,
"cypress:version"
:
"npx cypress version"
,
"cypress:version"
:
"npx cypress version"
,
"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:pre-merge"
:
"node apps/goofy-e2e/src/support/pre-merge.ts"
,
"cypress:generate-report"
:
"npm run cypress:merge-report ; npm run cypress:generate-html"
,
"cypress:merge-report"
:
"mochawesome-merge apps/goofy-e2e/reports/mochawesome-report/**/*.json > apps/goofy-e2e/reports/report.json"
,
"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-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:delete-old-reports"
:
"node apps/goofy-e2e/src/support/delete-old-reports.ts"
,
"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: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: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-ea-report"
:
"npm run cypress:merge-ea-report ; npm run cypress:generate-ea-html"
,
"cypress:generate-report-ea"
:
"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: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:generate-ea-html"
:
"marge apps/goofy-e2e/reports_einheitlicher-ansprechpartner/report.json -f report -o apps/goofy-e2e/reports_einheitlicher-ansprechpartner/"
,
"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"
,
"workspace-generator"
:
"nx workspace-generator"
,
"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"
"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