Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
a4abacf8
Commit
a4abacf8
authored
Feb 28, 2019
by
Mathieu Giraud
Committed by
Mikaël Salson
Mar 05, 2019
Browse files
.gitlab-ci.yml, test/Makefile: launch functional tests on CI with versioned browsers list
See
#3722
and
#3701
.
parent
3b0c9613
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a4abacf8
...
...
@@ -223,7 +223,7 @@ test_browser-functional:
-
make -C browser
-
source /etc/profile.d/rvm.sh
-
rvm use 2.6.1
-
HEADLESS=1 make -C browser/test functional
-
HEADLESS=1 make -C browser/test functional
BROWSERS=--browsers-from-file
artifacts
:
paths
:
-
browser/
...
...
browser/test/Makefile
View file @
a4abacf8
BROWSERS
=
all
:
unit functional
unit
:
nightmare
...
...
@@ -8,10 +10,10 @@ headless:
HEADLESS
=
1
$(MAKE)
external
functional
:
../../doc/analysis-example1.vidjil
sh launch_functional_tests functional/test_
*
rb
sh launch_functional_tests
$(BROWSERS)
functional/test_
*
rb
external
:
../../doc/analysis-example1.vidjil
sh launch_functional_tests functional/external_test_
*
rb
sh launch_functional_tests
$(BROWSERS)
functional/external_test_
*
rb
functional-rbx
:
../../doc/analysis-example1.vidjil
LIVE_SERVER
=
http://app.vidjil.org/browser/ ruby test_browser.rb
...
...
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