Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Adjusting k8s test to use it in quick start #577 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 27, 2018
1 parent b936df5 commit b393424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- docker pull elgalu/selenium
- travis_retry ./kubernetes/minikube-ci-initialize.sh
- mvn clean package -Pbuild-docker-image -DskipTests=true
- cd target && docker build -t dosel/zalenium:minikube . && cd ..
- cd target && docker build -t dosel/zalenium:latest . && cd ..
- ./kubernetes/start-zalenium-in-minikube.sh
- ./run_integration_tests.sh minikube

Expand Down
1 change: 1 addition & 0 deletions docs/_posts/2000-01-11-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Thanks to JProfiler for giving us an open source licence of their product.
* 04.04.2018 - [Tried Zalenium to run Selenium tests on scalable containers](https://dev.to/bufferings/tried-zalenium-to-run-selenium-tests-on-scalable-containers-2n7c){:target="_blank"} (English)
* 04.04.2018 - [Zaleniumさんに動的にコンテナを立ち上げたり捨てたりしてもらいながらSelenium(というかGebだけど)のテストを実行してその録画を見る](http://bufferings.hatenablog.com/entry/2018/04/05/075514){:target="_blank"} (Japanese)
* 05.2018 - [Rethink Your Automation Setup](https://dojo.ministryoftesting.com/dojo/lessons/rethink-your-automation-setup){:target="_blank"} (English)
* 23.05.2018 - [Setting up RSpec with Zalenium – a Selenium grid Docker solution](http://www.ruthtech.com/?p=2570){:target="_blank"} (English)


#### Events
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/zaleniumDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- "bar.local"
containers:
- name: zalenium
image: dosel/zalenium:minikube
image: dosel/zalenium:latest
args:
- start
- '--desiredContainers'
Expand Down

0 comments on commit b393424

Please sign in to comment.