Skip to content
Snippets Groups Projects
Commit f246ed82 authored by Darius Schneider's avatar Darius Schneider
Browse files

...

parent 08d8d143
No related branches found
No related tags found
No related merge requests found
......@@ -52,19 +52,19 @@ rails_test:
script:
- bin/rails db:prepare test
rails_system_test:
image: ruby:$RUBY_VERSION
stage: test
services:
- selenium/standalone-chrome:latest
variables:
SELENIUM_URL: http://selenium__standalone-chrome:4444/wd/hub
artifacts:
when: on_failure
paths:
- tmp/screenshots
- /tmp/chrome.log
- log/test.log
expire_in: 1 week
script:
- bin/rails db:prepare test:system
#rails_system_test:
# image: ruby:$RUBY_VERSION
# stage: test
# services:
# - selenium/standalone-chrome:latest
# variables:
# SELENIUM_URL: http://selenium__standalone-chrome:4444/wd/hub
# artifacts:
# when: on_failure
# paths:
# - tmp/screenshots
# - /tmp/chrome.log
# - log/test.log
# expire_in: 1 week
# script:
# - bin/rails db:prepare test:system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment