Skip to content

Commit

Permalink
Separating Assess/Protect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaustinarcher committed Sep 12, 2022
1 parent 45b6193 commit 4d5a273
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 81 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pipeline {
timeout(5) {
sh """
FQDN=\$(terraform output fqdn)
BASEURL=\$FQDN npx playwright test
BASEURL=\$FQDN npx playwright test e2e/assess/*.ts
"""
}
}
Expand Down Expand Up @@ -118,7 +118,7 @@ pipeline {
timeout(5) {
sh """
FQDN=\$(terraform output fqdn)
BASEURL=\$FQDN npx playwright test
BASEURL=\$FQDN npx playwright test e2e/assess/*.ts
"""
}
}
Expand Down Expand Up @@ -158,7 +158,7 @@ pipeline {
timeout(5) {
sh """
FQDN=\$(terraform output fqdn)
BASEURL=\$FQDN npx playwright test e2e/attack.spec.ts
BASEURL=\$FQDN npx playwright test e2e/protect/*.ts
"""
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
78 changes: 0 additions & 78 deletions exercise.js

This file was deleted.

0 comments on commit 4d5a273

Please sign in to comment.