8714-devToTest #1547
|
@ -131,16 +131,16 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('Run E2E') {
|
||||
stage('Run: Globals') {
|
||||
parallel{
|
||||
stage('Claim') {
|
||||
stage('outLogin') {
|
||||
steps {
|
||||
sh 'docker-compose -f docker-compose.e2e.yml run e2e npx cypress run --config specPattern=test/cypress/integration/claim/**/*.spec.js'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml run e2e npx cypress run --config specPattern=test/cypress/integration/outLogin/**/*.spec.js'
|
||||
}
|
||||
}
|
||||
stage('Ticket') {
|
||||
stage('vnComponent') {
|
||||
steps {
|
||||
sh 'docker-compose -f docker-compose.e2e.yml run e2e npx cypress run --config specPattern=test/cypress/integration/ticket/**/*.spec.js'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml run e2e npx cypress run --config specPattern=test/cypress/integration/vnComponent/**/*.spec.js'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue