Sha256: 29ff26bedcadf6a4efbc739c61fcdab0aae5baad54818a2c4d9d311e4774f261

Contents?: true

Size: 427 Bytes

Versions: 62

Compression:

Stored size: 427 Bytes

Contents

require 'test_helper'

module Workarea
  module Storefront
    class ProductsPerformanceTest < Workarea::PerformanceTest
      setup :setup_product

      def setup_product
        @product = create_complex_product
        3.times { create_category(product_ids: [@product.id]) }
      end

      def test_high_variant_count
        get storefront.product_path(@product)
        assert(response.ok?)
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.26 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.45 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.25 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.23 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.44 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.22 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.43 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.21 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.42 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.20 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.41 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.19 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.40 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.18 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.39 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.17 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.38 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.5.16 test/performance/workarea/storefront/products_performance_test.rb
workarea-storefront-3.4.37 test/performance/workarea/storefront/products_performance_test.rb