Commit
20ffe1a2ac994ca6a9ac07a3fdade125df80f31e
Exists in
master
and in
28 other branches
1.2+SPB2, 2_split_by_role, add_fields_in_api, api_fixies, api_pagination, api_private_token, api_tasks, article_hit_count, blog_page_bug, checkbox_to_user_can_edit_page, communities_ratings, communities_ratings_moderation, community_ratings_rebase, fix_cloned_article_parent, fix_gallery_image_url, fix_javascript_categories, fix_optional_fields, fix_suggest_article, fix_user_email_validation, highlight_block_fix, notification_plugin, notification_plugin_rebase, script_to_update, split_by_role, stable, temp_ratings, tests, tests_fixies
[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 |