Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos
Commits
b61c2794
Commit
b61c2794
authored
Dec 18, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/jstestnode: use default firefox version
This actually updates firefox from version 68 to version 115
parent
ac05b42a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
software/jstestnode/buildout.hash.cfg
software/jstestnode/buildout.hash.cfg
+1
-1
software/jstestnode/runTestSuite.in
software/jstestnode/runTestSuite.in
+1
-1
software/jstestnode/software.cfg
software/jstestnode/software.cfg
+1
-1
No files found.
software/jstestnode/buildout.hash.cfg
View file @
b61c2794
...
@@ -27,4 +27,4 @@ md5sum = 98faa5ad8cfb23a11d97a459078a1d05
...
@@ -27,4 +27,4 @@ md5sum = 98faa5ad8cfb23a11d97a459078a1d05
[template-runTestSuite]
[template-runTestSuite]
filename = runTestSuite.in
filename = runTestSuite.in
md5sum =
2bb3d71a0e04bc8bc828bb3f726ef3ff
md5sum =
5db53d622bd68fb07e078ddc4403a240
software/jstestnode/runTestSuite.in
View file @
b61c2794
...
@@ -93,7 +93,7 @@ def main():
...
@@ -93,7 +93,7 @@ def main():
firefox_capabilities['marionette'] = True
firefox_capabilities['marionette'] = True
browser = webdriver.Firefox(
browser = webdriver.Firefox(
capabilities=firefox_capabilities,
capabilities=firefox_capabilities,
firefox_binary='${firefox-wrapper
-68
:location}',
firefox_binary='${firefox-wrapper:location}',
executable_path='${geckodriver:location}')
executable_path='${geckodriver:location}')
else:
else:
assert target == 'selenium-server', f"Unsupported target {test_runner['target']}"
assert target == 'selenium-server', f"Unsupported target {test_runner['target']}"
...
...
software/jstestnode/software.cfg
View file @
b61c2794
...
@@ -22,7 +22,7 @@ parts =
...
@@ -22,7 +22,7 @@ parts =
git
git
eggs
eggs
xserver
xserver
firefox
-68
firefox
xwd
xwd
renderjs-install
renderjs-install
jio-install
jio-install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment