Added coffee lint and auto wizard for chrome.
This commit is contained in:
parent
6d9acb2160
commit
435517071b
1 changed files with 26 additions and 3 deletions
|
@ -13,6 +13,13 @@ rubocop:
|
||||||
script:
|
script:
|
||||||
- bundle exec rubocop
|
- bundle exec rubocop
|
||||||
|
|
||||||
|
coffeelint:
|
||||||
|
stage: pre
|
||||||
|
tags:
|
||||||
|
- zammad
|
||||||
|
script:
|
||||||
|
- coffeelint app/
|
||||||
|
|
||||||
job_unit:
|
job_unit:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
|
@ -166,14 +173,14 @@ job_integration_otrs_31:
|
||||||
- rake db:migrate
|
- rake db:migrate
|
||||||
- ruby -I test/ test/integration/otrs_import_test.rb
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
||||||
|
|
||||||
job_integration_autowizard:
|
job_integration_autowizard_ff:
|
||||||
stage: browser
|
stage: browser
|
||||||
tags:
|
tags:
|
||||||
- browser-ff
|
- browser-ff
|
||||||
script:
|
script:
|
||||||
- export BROWSER_URL=http://$IP:3001
|
- export BROWSER_URL=http://$IP:3001
|
||||||
- script/build/test_db_config.sh production ci_zammad_autowizard
|
- script/build/test_db_config.sh production ci_zammad_autowizard_ff
|
||||||
- script/build/test_db_config.sh test ci_zammad_autowizard_test
|
- script/build/test_db_config.sh test ci_zammad_autowizard_ff_test
|
||||||
- RAILS_ENV=test rake db:create
|
- RAILS_ENV=test rake db:create
|
||||||
- cp contrib/auto_wizard_example.json auto_wizard.json
|
- cp contrib/auto_wizard_example.json auto_wizard.json
|
||||||
- script/bootstrap.sh
|
- script/bootstrap.sh
|
||||||
|
@ -242,6 +249,22 @@ job_integration_browser_ff_3:
|
||||||
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV 3031 3032 1
|
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV 3031 3032 1
|
||||||
- script/build/test_shutdown.sh $RAILS_ENV 3031 3032
|
- script/build/test_shutdown.sh $RAILS_ENV 3031 3032
|
||||||
|
|
||||||
|
job_integration_autowizard_chrome:
|
||||||
|
stage: browser
|
||||||
|
tags:
|
||||||
|
- browser-chrome
|
||||||
|
script:
|
||||||
|
- export BROWSER_URL=http://$IP:3071
|
||||||
|
- script/build/test_db_config.sh production ci_zammad_autowizard_chrome
|
||||||
|
- script/build/test_db_config.sh test ci_zammad_autowizard_chrome_test
|
||||||
|
- RAILS_ENV=test rake db:create
|
||||||
|
- cp contrib/auto_wizard_example.json auto_wizard.json
|
||||||
|
- script/bootstrap.sh
|
||||||
|
- rake assets:precompile
|
||||||
|
- script/build/test_startup.sh $RAILS_ENV 3071 3072
|
||||||
|
- ruby -I test/ test/integration/auto_wizard_test.rb || script/build/test_shutdown.sh $RAILS_ENV 3071 3072 1
|
||||||
|
- script/build/test_shutdown.sh $RAILS_ENV 3071 3072
|
||||||
|
|
||||||
job_integration_browser_chrome_1:
|
job_integration_browser_chrome_1:
|
||||||
stage: browser
|
stage: browser
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue