Commit
20ffe1a2ac994ca6a9ac07a3fdade125df80f31e
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
[Mezuro] Configured cucumber to run hooks only on mezuro features and
updated them.
|
1
| -Before do |scenario| |
1
| +Before('@mezuro') do |scenario| |
|
2
| command = "#{RAILS_ROOT}/plugins/mezuro/features/initialize_monkey_server.sh \"#{scenario.name}\"" |
2
| command = "#{RAILS_ROOT}/plugins/mezuro/features/initialize_monkey_server.sh \"#{scenario.name}\"" |
|
3
| system command |
3
| system command |
|
4
| end |
4
| end |
|
| |
1
| +@mezuro |
|
1
| Feature: Add metric configuration to a configuration |
2
| Feature: Add metric configuration to a configuration |
|
2
| As a mezuro user |
3
| As a mezuro user |
|
3
| I want to add metric configurations to a Kalibro configuration |
4
| I want to add metric configurations to a Kalibro configuration |
|
| |
1
| +@mezuro |
|
1
| Feature: Add range to a metric configuration |
2
| Feature: Add range to a metric configuration |
|
2
| As a mezuro user |
3
| As a mezuro user |
|
3
| I want to add ranges to a Kalibro metric configuration |
4
| I want to add ranges to a Kalibro metric configuration |
|
| |
1
| +@mezuro |
|
1
| Feature: Create configuration |
2
| Feature: Create configuration |
|
2
| As a mezuro user |
3
| As a mezuro user |
|
3
| I want to create a Mezuro configuration |
4
| I want to create a Mezuro configuration |
|
| |
1
| +@mezuro |
|
1
| Feature: Create project |
2
| Feature: Create project |
|
2
| As a mezuro user |
3
| As a mezuro user |
|
3
| I want to create a Mezuro project |
4
| I want to create a Mezuro project |
|
| |
1
| +@mezuro |
|
1
| Feature: editing a configuration |
2
| Feature: editing a configuration |
|
2
| As a mezuro user |
3
| As a mezuro user |
|
3
| I want to edit a Mezuro configuration |
4
| I want to edit a Mezuro configuration |
|
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
|
| |
1
| +#!/bin/bash |
|
| |
2
| + |
|
| |
3
| +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
|
| |
4
| +MEZURO_HOME="$DIR/.." |
|
| |
5
| + |
|
| |
6
| +# Ignore errors from all commands |
|
| |
7
| +trap "" ERR |
|
| |
8
| + |
|
| |
9
| + |
|
| |
1
| +@mezuro |
|
1
| Feature: Remove a metric configuration from a configuration |
2
| Feature: Remove a metric configuration from a configuration |
|
2
| As a mezuro user |
3
| As a mezuro user |
|
3
| I want to remove metric configurations from a configuration |
4
| I want to remove metric configurations from a configuration |