Skip to content

Commit

Permalink
Pinning version to resolve conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaustinarcher committed Mar 29, 2023
1 parent 6e4c4de commit 8984044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
}
sh '''
terraform init -upgrade
npm i @playwright/[email protected] --no-bin-links
npm i @playwright/[email protected] --no-bin-links --no-save
npx [email protected] install --with-deps chromium
'''
}
Expand Down Expand Up @@ -63,7 +63,7 @@ pipeline {
timeout(5) {
sh """
FQDN=\$(terraform output --raw fqdn)
BASEURL=\$FQDN npx playwright test e2e/assess/*.ts
BASEURL=\$FQDN npx playwright@1.32.1 test e2e/assess/*.ts
"""
}
}
Expand Down Expand Up @@ -106,7 +106,7 @@ pipeline {
timeout(5) {
sh """
FQDN=\$(terraform output --raw fqdn)
BASEURL=\$FQDN npx playwright test e2e/assess/*.ts
BASEURL=\$FQDN npx playwright@1.32.1 test e2e/assess/*.ts
"""
}
}
Expand Down Expand Up @@ -150,7 +150,7 @@ pipeline {
timeout(5) {
sh """
FQDN=\$(terraform output --raw fqdn)
BASEURL=\$FQDN npx playwright test e2e/protect/*.ts
BASEURL=\$FQDN npx playwright@1.32.1 test e2e/protect/*.ts
"""
}
}
Expand Down

0 comments on commit 8984044

Please sign in to comment.