Commit ac500478568993dc49704e7d6181215d49dca21c
1 parent
1f93b07d
Exists in
web_steps_improvements
and in
6 other branches
travis: slice selenium tests in tree parts
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -49,7 +49,9 @@ env: |
49 | 49 | - TASK=test:functionals |
50 | 50 | - TASK=test:integration |
51 | 51 | - TASK=cucumber LANG=en |
52 | - - TASK=selenium | |
52 | + - SLICE=1/3 TASK=selenium | |
53 | + - SLICE=2/3 TASK=selenium | |
54 | + - SLICE=3/3 TASK=selenium | |
53 | 55 | - SLICE=1/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |
54 | 56 | - SLICE=2/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |
55 | 57 | - SLICE=3/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install | ... | ... |