diff --git a/templates/selenium/0/docker-compose.yml b/templates/selenium/0/docker-compose.yml new file mode 100644 index 0000000..eed4021 --- /dev/null +++ b/templates/selenium/0/docker-compose.yml @@ -0,0 +1,8 @@ +version: '2' +services: + seleniumhub: + image: selenium/hub:${SELENIUM_VERSION} + environment: + GRID_TIMEOUT: '300000' + labels: + io.rancher.container.pull_image: always diff --git a/templates/selenium/0/rancher-compose.yml b/templates/selenium/0/rancher-compose.yml new file mode 100644 index 0000000..679b871 --- /dev/null +++ b/templates/selenium/0/rancher-compose.yml @@ -0,0 +1,31 @@ +version: '2' +catalog: + name: selenium + version: 3.8.1-bohrium + minimum_rancher_version: v1.5.0 + questions: + - variable: "SELENIUM_VERSION" + label: + description: | + type: enum + options: + - 3.8.1-bohrium + - 3.8.1-aluminum + - 3.7.1-cadmium + - 3.7.1-beryllium + - 3.7.1-argon + - 3.7.0-arsenic + - 3.6.0-darmstadtium + - 3.6.0-copper + - 3.6.0-bromine + - 3.6.0-americium + - 3.5.3-boron + - 3.5.3-astatine + - 3.5.2-antimony + - 3.5.1-aluminum + - 3.5.0-argon + - 3.4.0-francium + - 3.4.0-einsteinium + - 3.4.0-dysprosium + - 3.4.0-chromium + - 3.4.0-bismuth diff --git a/templates/selenium/catalogIcon-selenium.svg b/templates/selenium/catalogIcon-selenium.svg new file mode 100644 index 0000000..d646631 --- /dev/null +++ b/templates/selenium/catalogIcon-selenium.svg @@ -0,0 +1,269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/selenium/config.yml b/templates/selenium/config.yml new file mode 100644 index 0000000..379ff72 --- /dev/null +++ b/templates/selenium/config.yml @@ -0,0 +1,8 @@ +name: selenium +description: | + selenium hub and nodes +version: 0 +category: Test Automation +maintainer: "ramz " +license: "Apache License 2.0" +projectURL: http://www.seleniumhq.org/