Sha256: 40ae903803a99d4f62ac9f1727d472708b8a55397b7155f785de7ae1aee26b9b

Contents?: true

Size: 575 Bytes

Versions: 53

Compression:

Stored size: 575 Bytes

Contents

require 'spec_helper'
require 'fileutils'


describe "Phantom JS Runner performance/integration suite", :performance => true do
  before :each do
    temp_dir_before
    Dir::chdir @tmp
  end

  after :each do
    temp_dir_after
  end

  it 'handles deeply nested/large test suites' do
    Jasmine::CommandLineTool.new.process ['init']

    FileUtils.cp(File.join(@root, 'spec', 'fixture', 'large_test_suite_spec.js'), File.join(@tmp, 'spec', 'javascripts'))

    ci_output = `rake --trace jasmine:ci`
    expect(ci_output).to match (/40000 specs, 20000 failures/)
  end
end

Version data entries

53 entries across 40 versions & 2 rubygems

Version Path
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.99.0 spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.10.0 spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.9.2 spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.9.1 spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.9.0 spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.8.1 spec/performance/phantom_js_runner_performance_spec.rb
jasmine-3.8.0 spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/jasmine-2.99.0/spec/performance/phantom_js_runner_performance_spec.rb