Skip to content

Instantly share code, notes, and snippets.

@rubystar
Created October 12, 2012 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubystar/3877639 to your computer and use it in GitHub Desktop.
Save rubystar/3877639 to your computer and use it in GitHub Desktop.
failing cukes perf improvement
cucumber features/am_campaign.feature:17 # Scenario: As an Account manager I must be able to create a Campaign and create a new client
cucumber features/am_campaign.feature:196 # Scenario: As an Account Manager, when defining a campaign's dimensions, I want there to be 3 custom dimensions I can add values to.
budget allocation
cucumber features/am_campaign_dashboard.feature:41 # Scenario: As the user, when viewing the campaign dashboard, I want to see a summary of all budget allocations
cucumber features/am_campaign_dashboard.feature:72 # Scenario: As the user, when viewing the campaign dashboard, I want to see links to the advertiser summary report
cucumber features/am_campaign_dashboard.feature:94 # Scenario: As the user, when viewing the campaign dashboard, I want to see links to the advertiser daily report
cucumber features/au_invoices.feature:53 # Scenario: As an accountant, I want to be able to preview the generated invoices before syncing to QB
cucumber features/hr_user_hourly_rates.feature:15 # Scenario: HR User may create a user with hourly rates and manager
cucumber features/mb_campaign_dashboard.feature:44 # Scenario: As the user, when viewing the campaign dashboard, I want to see a summary of all budget allocations
cucumber features/mb_campaign_site_allocations.feature:105 # Scenario: As the Media Buyer, when entering a site allocation, I want to select multiple dimensions (as defined by the campaign) so I can create my offer.
cucumber features/mb_campaign_site_allocations.feature:136 # Scenario: As the Media Buyer, when entering site allocations, I want the ability to make zones for each dimension
cucumber features/mp_campaign_dashboard.feature:44 # Scenario: As the user, when viewing the campaign dashboard, I want to see a summary of all budget allocations
cucumber features/nao_blocked_referrers.feature:13 # Scenario: As an Neuron Ad Ops, I can create and delete Blocked Referrers
cucumber features/nao_blocked_user_agents.feature:14 # Scenario: As an Neuron Ad Ops, I can create and edit Blocked Referrers
cucumber features/nao_channels.feature:14 # Scenario: As an Neuron Ad Ops, I can create and edit Content Channels
cucumber features/publisher_site_offers.feature:210 # Scenario: As a publisher, after I accept an offer, I wish to be shown any other pending offers which might need my attention
cucumber features/su_advertiser_order_ad_deployment.feature:39 # Scenario: Administrator filters sites to add to Ad deployments
cucumber features/su_announcements.feature:11 # Scenario: Administrator views announcements
cucumber features/su_campaign_ads.feature:12 # Scenario: As the super user I must be able to create and manage ads for a campaign
cucumber features/su_campaign_comments.feature:17 # Scenario: As a Super User, I can view comments for a campaign
cucumber features/su_campaign_dashboard.feature:44 # Scenario: As the user, when viewing the campaign dashboard, I want to see a summary of all budget allocations
cucumber features/su_campaign_deployment.feature:15 # Scenario: Administrator views campaign deployment data
cucumber features/su_campaign_site_allocations.feature:13 # Scenario: As a Super User i can create site allocations
cucumber features/su_campaign_site_offers.feature:47 # Scenario: As the super user, I should not be able to delete site allocations that belong to an offer
cucumber features/su_departments.feature:4 # Scenario: Administrator views Departments
cucumber features/su_user_hourly_rates.feature:32 # Scenario: Administrator may create a user with hourly rates and manager
cucumber features/ua_user_hourly_rates.feature:5 # Scenario: User Admin User may not create a user with hourly rates and manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment