File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,43 @@ workflows:
4242 branches :
4343 only :
4444 - master
45+ # ################################################################################
46+ # osCommerce Phoenix
47+ # ################################################################################
48+ oscommerce_phoenix :
49+ jobs :
50+ # "cypress" is the name of the imported orb
51+ # "run" is the name of the job defined in Cypress orb
52+ - cypress/run :
53+ name : Run_phoenix_QUICK_tests
54+ context :
55+ - paylike
56+ spec : cypress/integration/phoenix_quick_test.js
57+ filters :
58+ branches :
59+ only :
60+ - master
61+ - cypress/run :
62+ name : Run_phoenix_FULL_tests
63+ requires :
64+ - Run_phoenix_QUICK_tests
65+ context :
66+ - paylike
67+ spec : cypress/integration/phoenix_full_test.js
68+ filters :
69+ branches :
70+ only :
71+ - master
72+ # the following must run after all test passed
73+ # to show latest supported version in repository readme.md file
74+ - cypress/run :
75+ name : Run_phoenix_LOG_VERSION_remotely
76+ requires :
77+ - Run_phoenix_FULL_tests
78+ context :
79+ - paylike
80+ spec : cypress/integration/phoenix_log_version.js
81+ filters :
82+ branches :
83+ only :
84+ - master
You can’t perform that action at this time.
0 commit comments