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
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
8cf6908d
Commit
8cf6908d
authored
Dec 28, 2017
by
Julien Muchembled
8
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
c931c7d4
Changes
5
Expand all
Hide 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
...
...
Julien Muchembled
@jm
mentioned in commit
433bd38b
·
Aug 30, 2018
mentioned in commit
433bd38b
mentioned in commit 433bd38bf9b5fadae6e2743b4b143793d67f9f1f
Toggle commit list
Julien Muchembled
@jm
mentioned in commit
654ac2e1
·
Aug 31, 2018
mentioned in commit
654ac2e1
mentioned in commit 654ac2e164eefe4c8aee12ae28058fb28ea97fb8
Toggle commit list
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