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
Dmitry Blinov
slapos
Commits
8cf6908d
Commit
8cf6908d
authored
Dec 28, 2017
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
c931c7d4
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
90 additions
and
134 deletions
+90
-134
component/firefox/buildout.cfg
component/firefox/buildout.cfg
+84
-129
software/jstestnode/runTestSuite.in
software/jstestnode/runTestSuite.in
+2
-2
software/jstestnode/software.cfg
software/jstestnode/software.cfg
+1
-1
software/seleniumrunner/instance-selenium.cfg
software/seleniumrunner/instance-selenium.cfg
+1
-1
software/seleniumrunner/software.cfg
software/seleniumrunner/software.cfg
+2
-1
No files found.
component/firefox/buildout.cfg
View file @
8cf6908d
This diff is collapsed.
Click to expand it.
software/jstestnode/runTestSuite.in
View file @
8cf6908d
...
...
@@ -92,8 +92,8 @@ def main():
firefox_capabilities = webdriver.common.desired_capabilities.DesiredCapabilities.FIREFOX
firefox_capabilities['marionette'] = True
browser = webdriver.Firefox(capabilities=firefox_capabilities,
firefox_binary='${firefox:location}
/firefox-slapos
',
executable_path='${
firefox:location}/geckodriver
')
firefox_binary='${firefox:location}',
executable_path='${
geckodriver:location}
')
elif args.target in ['iOS', 'Android']:
# parameters for mobile emulators have different names then parameters for
# desktop OSes
...
...
software/jstestnode/software.cfg
View file @
8cf6908d
...
...
@@ -107,7 +107,7 @@ mode = 0644
[template-runTestSuite]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/runTestSuite.in
md5sum =
ff66d13f73982e8257eb5535cdb541c
7
md5sum =
29cc08fe6b2ceabea697f21598f78d3
7
output = ${buildout:directory}/runTestSuite.in
mode = 0644
...
...
software/seleniumrunner/instance-selenium.cfg
View file @
8cf6908d
...
...
@@ -17,7 +17,7 @@ report-project = $${slap-parameter:report-project}
[firefox-instance]
recipe = slapos.cookbook:firefox
runner-path = $${rootdirectory:bin}/firefox-sandboxed
firefox-path = ${firefox:location}
/firefox-slapos
firefox-path = ${firefox:location}
prefsjs-path = $${rootdirectory:etc}/prefs.js
shell-path = ${dash:location}/bin/dash
tmp-path = $${xvfb-instance:tmp-path}
...
...
software/seleniumrunner/software.cfg
View file @
8cf6908d
...
...
@@ -15,6 +15,7 @@ parts =
instance-recipe-egg
xserver
firefox
geckodriver
xwd
[instance-recipe]
...
...
@@ -41,7 +42,7 @@ mode = 0644
[template-selenium]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-selenium.cfg
md5sum =
8be91f4515decef0f8af5910e43e0e52
md5sum =
e30b1738099bf80c44d003ea57f709b4
output = ${buildout:directory}/template-selenium.cfg
mode = 0644
...
...
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