Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e4e7bf

Browse files
Edits to Selenium Docs
1 parent6f9e980 commit1e4e7bf

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

‎_docs/learn-by-example/general/selenium-test.md‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ toc: true
1010
---
1111

1212
[Selenium](https://www.selenium.dev/) is a free, open-source testing framework that is used to automate browser testing. It is encompassed of three different tools, referred to as Selenium Testing.
13-
* Selenium WebDriver
14-
* Selenium IDE
15-
* Selenium Grid
13+
* Selenium WebDriver -- To interact with the Bowser
14+
* Selenium IDE -- To create scripts for quick, automated testing
15+
* Selenium Grid-- To run tests across multiple environments
1616

1717
The languages supported by Selenium include Java, Perl, Ruby C#, Python, and JavaScript.
1818

@@ -22,8 +22,8 @@ In the end, we will have a container image that executes the tests specified thr
2222

2323
{% include image.html
2424
lightbox="true"
25-
file="/images/learn-by-example/selenium/selenium-pipeline.png"
26-
url="/images/learn-by-example/selenium/selenium-pipeline.png"
25+
file="/images/learn-by-example/selenium/pipeline.png"
26+
url="/images/learn-by-example/selenium/pipeline.png"
2727
alt="Codefresh Pipeline Build with website tests"
2828
caption="Codefresh Pipeline Build with website tests"
2929
max-width="100%"
@@ -37,8 +37,8 @@ This is our project structure:
3737

3838
{% include image.html
3939
lightbox="true"
40-
file="/images/learn-by-example/selenium/selenium-overview.png"
41-
url="/images/learn-by-example/selenium/selenium-overview.pngg"
40+
file="/images/learn-by-example/selenium/overview.png"
41+
url="/images/learn-by-example/selenium/overview.png"
4242
alt="Repository Overview"
4343
caption="Repository Overview"
4444
max-width="80%"
@@ -102,8 +102,8 @@ Please ensure that the binaries of your Browser are within the right path. Other
102102
The output in your terminal will look similar to the following:
103103
{% include image.html
104104
lightbox="true"
105-
file="/images/learn-by-example/selenium/selenium-output.png"
106-
url="/images/learn-by-example/selenium/selenium-output.png"
105+
file="/images/learn-by-example/selenium/output.png"
106+
url="/images/learn-by-example/selenium/output.png"
107107
alt="Test Output"
108108
caption="Test Output"
109109
max-width="80%"
@@ -115,8 +115,8 @@ The [Dockerfile](https://github.com/codefresh-contrib/selenium-example/blob/mast
115115

116116
{% include image.html
117117
lightbox="true"
118-
file="/images/learn-by-example/selenium/selenium-pipeline.png"
119-
url="/images/learn-by-example/selenium/selenium-pipeline.pngg"
118+
file="/images/learn-by-example/selenium/pipeline.png"
119+
url="/images/learn-by-example/selenium/pipeline.png"
120120
alt="Codefresh Pipeline Build with website tests"
121121
caption="Codefresh Pipeline Build with website tests"
122122
max-width="80%"
@@ -169,7 +169,7 @@ If you are interested in executing tests on your application that is not written
169169

170170
##What to read next
171171

172-
*[Codefresh YAML]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/)
173-
*[Pipeline steps]({{site.baseurl}}/docs/codefresh-yaml/steps/)
174-
*[Creating pipelines]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/)
175-
*[How pipelines work]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/)
172+
*[Unit Tests]({{site.baseurl}}/docs/yaml-examples/examples/run-unit-tests/)
173+
*[Integration Tests]({{site.baseurl}}/docs/yaml-examples/examples/run-integration-tests/)
174+
*[Service Container]({{site.baseurl}}/docs/codefresh-yaml/service-containers/)
175+
*[Test Report]({{site.baseurl}}/docs/testing/test-reports/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp