Skip to content

Commit

Permalink
Align reporter-config file path with Kiali (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhoyos authored Dec 24, 2024
1 parent 7c20644 commit a5eb004
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions hack/copy-frontend-src-to-ossmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ rm -rf ${ABS_DEST_TESTS_DIR}/{*,.[!.]*}
cp -R ${ABS_SOURCE_TESTS_DIR}/* ${ABS_DEST_TESTS_DIR}
# OSSMC has its own hooks.ts file, so we remove the Kiali one
rm ${ABS_DEST_TESTS_DIR}/common/hooks.ts
# OSSMC has its own reporter-config.json file, so we remove the Kiali one
rm ${ABS_DEST_DIR}/reporter-config.json

cat > ${ABS_DEST_DIR}/README.md <<EOM
**WARNING**: The code in this directory comes from the kiali/kiali repository and should never be modified here.
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start-console": "./start-console.sh",
"cypress": "cypress open",
"cypress:run": "cypress run",
"cypress:run:junit": "cypress run --reporter cypress-multi-reporters --reporter-options configFile=cypress/reporter-config.json",
"cypress:run:junit": "cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json",
"cypress:delete:reports": "rm cypress/results/* || true",
"cypress:combine:reports": "jrm cypress/results/combined-report.xml \"cypress/results/*.xml\"",
"i18n": "yarn i18n:kiali && yarn i18n:openshift",
Expand Down
File renamed without changes.

0 comments on commit a5eb004

Please sign in to comment.