File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/tutorials/jenkins/parallel-robot-pipeline Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - name : Test container image
2828 run : |
2929 for browser in chromium firefox; do
30- docker run --rm -v $(pwd)/robot_output:/out -e BROWSER=$browser rf-screenshot -d /out -l none -r none -o $browser.xml -N $browser -v URL:https://cicd-tutorials.github.io/cicd-tutorials. net/
30+ docker run --rm -v $(pwd)/robot_output:/out -e BROWSER=$browser rf-screenshot -d /out -l none -r none -o $browser.xml -N $browser -v URL:https://cicd-tutorials.net/
3131 done
3232 - name : Store logs
3333 if : always()
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Execute the Robot Framework suites with `docker run`:
6464
6565``` sh
6666# Chromium
67- docker run --rm -v $( pwd) /out:/out -e BROWSER=chromium rf-screenshot -d /out -v URL:https://cicd-tutorials.github.io/cicd-tutorials. net/
67+ docker run --rm -v $( pwd) /out:/out -e BROWSER=chromium rf-screenshot -d /out -v URL:https://cicd-tutorials.net/
6868
6969# Firefox
70- docker run --rm -v $( pwd) /out:/out -e BROWSER=firefox rf-screenshot -d /out -v URL:https://cicd-tutorials.github.io/cicd-tutorials. net/
70+ docker run --rm -v $( pwd) /out:/out -e BROWSER=firefox rf-screenshot -d /out -v URL:https://cicd-tutorials.net/
7171```
Original file line number Diff line number Diff line change 11site_name : CI/CD Tutorials
22site_description : Tutorials on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.
3- site_url : https://cicd-tutorials.github.io/cicd-tutorials. net/
3+ site_url : https://cicd-tutorials.net/
44repo_name : cicd-tutorials/cicd-tutorials.net
55repo_url : https://github.com/cicd-tutorials/cicd-tutorials.net
66copyright : CI/CD Tutorials is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:18px!important;margin-left:9px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a>
You can’t perform that action at this time.
0 commit comments