Skip to content

Commit f2cf30d

Browse files
authored
Merge pull request #482 from mkralik3/ambient
Add ambient tests run
2 parents 3be0087 + e2e68b3 commit f2cf30d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"cypress:run": "cypress run -e TAGS=\"@ossmc and @smoke\" && cypress run -e TAGS=\"@ossmc and @core and not @smoke and not @skip-ossmc\" && cypress run -e TAGS=\"@ossmc and @crd-validation\"",
1717
"cypress:run:junit": "cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS=\"@ossmc and @core and not @skip-ossmc\" && cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS=\"@ossmc and @crd-validation\"",
1818
"cypress:run:test-group:junit": "cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS=\"${TEST_GROUP}\"",
19+
"cypress:run:ambient": "cypress run -e TAGS=\"@ambient and not @skip-ossmc\" && cypress run -e TAGS=\"@waypoint and not @skip-ossmc\" && cypress run -e TAGS=\"@waypoint-tracing and not @skip-ossmc\"",
20+
"cypress:run:ambient:junit": "cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS=\"@ambient and not @skip-ossmc\" && cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS=\"@waypoint and not @skip-ossmc\" && cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS=\"@waypoint-tracing and not @skip-ossmc\"",
1921
"cypress:delete:reports": "rm cypress/results/* || true",
2022
"cypress:combine:reports": "jrm cypress/results/combined-report.xml \"cypress/results/*.xml\"",
2123
"i18n": "yarn i18n:kiali && yarn i18n:openshift",

0 commit comments

Comments
 (0)