Skip to content

Commit

Permalink
Update Jenkinsfile to include Selenium standalone Chrome container fo…
Browse files Browse the repository at this point in the history
…r testing
  • Loading branch information
kemister85 committed Oct 21, 2024
1 parent bab09e2 commit 50cf3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
mixedBeehiveFlow(
testPrefix: 'Tiny-Angular',
testDirs: [ "tinymce-angular-component/src/test/ts/browser" ],
testContainer: [ selenium: [ image: "selenium/standalone-chrome:127.0" ] ],
platforms: [
[ browser: 'chrome', headless: true ],
[ browser: 'firefox', provider: 'aws', buckets: 1 ],
Expand All @@ -14,7 +13,8 @@ mixedBeehiveFlow(
tag: '20',
resourceRequestMemory: '4Gi',
resourceLimitCpu: '4',
resourceLimitMemory: '4Gi'
resourceLimitMemory: '4Gi',
selenium: [ image: "selenium/standalone-chrome:127.0" ]
],
publishContainer: [
resourceRequestMemory: '4Gi',
Expand Down

0 comments on commit 50cf3c4

Please sign in to comment.