Skip to content

Commit 35667e4

Browse files
committed
Update config.yml
1 parent 2446bb5 commit 35667e4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.circleci/config.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)