This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
tags :
7
+ - ' *'
7
8
branches :
8
9
- develop
9
10
- selenium4
62
63
run : |
63
64
Get-ChildItem target/robotframework-reports -Include *output.xml -Recurse | Remove-Item
64
65
echo "REPORT_FILE=$(Get-ChildItem target/robotframework-reports -Include *report.html -Recurse -Name)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
65
- echo "SHA=$(("${{ github.event_name }}" -eq "push") ? " ${{ github.sha }}" : " ${{ github.event.pull_request.head.sha }}" )" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
66
+ echo "SHA=$(("${{ github.event_name }}" -eq "push") ? ' ${{ github.sha }}' : ' ${{ github.event.pull_request.head.sha }}' )" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
66
67
if : always() && runner.os == 'Windows'
67
68
68
69
- name : Delete output.xml (on Unix-like)
74
75
75
76
- name : Print actual triggering commit
76
77
run : echo "${{ env.SHA }}"
77
-
78
+
78
79
- name : Archive acceptances test results
79
80
80
81
with :
Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ your pom.xml:
69
69
<dependency>
70
70
<groupId>com.github.marketsquare</groupId>
71
71
<artifactId>robotframework-seleniumlibrary</artifactId>
72
- <version>4.0.0-alpha-4.1 </version>
72
+ <version>4.0.0-rc-1.0 </version>
73
73
<scope>test</scope>
74
74
</dependency>
75
75
76
76
If you cannot use the robotframework-maven-plugin you can use the
77
- [ jar-with-dependencies] ( https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.1 /robotframework-seleniumlibrary-4.0.0-alpha-4.1 -jar-with-dependencies.jar ) ,
78
- which contains all required libraries except ios/android ones (Appium and Selendroid). Running of tests with this can be done with command ` java -jar robotframework-seleniumlibrary-4.0.0-alpha-4.1 -jar-with-dependencies.jar <test location> ` .
77
+ [ jar-with-dependencies] ( https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-rc-1.0 /robotframework-seleniumlibrary-4.0.0-rc-1.0 -jar-with-dependencies.jar ) ,
78
+ which contains all required libraries except ios/android ones (Appium and Selendroid). Running of tests with this can be done with command ` java -jar robotframework-seleniumlibrary-4.0.0-rc-1.0 -jar-with-dependencies.jar <test location> ` .
79
79
80
80
* More information about this library can be found in the
81
- [ Keyword Documentation] ( https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.1 /robotframework-seleniumlibrary-4.0.0-alpha-4.1 .html ) .
81
+ [ Keyword Documentation] ( https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-rc-1.0 /robotframework-seleniumlibrary-4.0.0-rc-1.0 .html ) .
82
82
* For keyword completion in RIDE you can download this
83
- [ Library Specs] ( https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.1 /robotframework-seleniumlibrary-4.0.0-alpha-4.1 .xml )
83
+ [ Library Specs] ( https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-rc-1.0 /robotframework-seleniumlibrary-4.0.0-rc-1.0 .xml )
84
84
and place it in your PYTHONPATH.
85
85
86
86
Testing IOS/Android browsers with library
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.marketsquare</groupId >
7
7
<artifactId >robotframework-seleniumlibrary</artifactId >
8
- <version >4.0.0-rc-1-SNAPSHOT </version >
8
+ <version >4.0.0-rc-1.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >Robot Framework :: SeleniumLibrary</name >
You can’t perform that action at this time.
0 commit comments