Commit
20ffe1a2ac994ca6a9ac07a3fdade125df80f31e
Exists in
master
and in
29 other branches
add_member_task_reject_details, admin_visible_profile, article-list-template, community_notifications, contact_admin_translation, event_fixes, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, noosfero_spb_ci, organization_ratings_improvements, organization_ratings_link_to_profile_stable-spb-1.3, organization_ratings_translations_fix, profile_api_improvements, ratings_minor_fixes, remote_user_fix, send_email_to_admins, stable-spb-1.3, stable-spb-1.3-fixes, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
[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 |