Code Monkey home page Code Monkey logo

Comments (4)

raytiley avatar raytiley commented on August 16, 2024 1

Doh... yeah.. I didn't realize that just running ember with the parallel
flag would launch both.

Thanks!

=ray

On Thu, Jul 7, 2016 at 3:22 PM, Trent Willis [email protected]
wrote:

The --parallel option only parallelizes your tests, so if you don't split
them then it doesn't make any sense (how can you parallelize a single
task?).

I think I understand that what you want is to parallelize browsers, which
is something that Testem itself can handle through config options
https://github.com/testem/testem/blob/master/docs/config_file.md#config-level-options.
In particular, what I think you want is to specify values for launch_in_ci
and parallel. For example:

{
"launch_in_ci": [ "FireFox", "Chrome", "PhantomJS" ],
"parallel": "3"
}


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#43 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AACi0CepFXCm5EORSwcNm4jM9uEeQ3jPks5qTVIDgaJpZM4JHOM0
.

from ember-exam.

trentmwillis avatar trentmwillis commented on August 16, 2024

Not sure I understand the problem, if you don't want to split the tests, just omit the --split option and it should run the test suite normally.

from ember-exam.

raytiley avatar raytiley commented on August 16, 2024

in order to use --parallel the command requires that --split be greater than 1

from ember-exam.

trentmwillis avatar trentmwillis commented on August 16, 2024

The --parallel option only parallelizes your tests, so if you don't split them then it doesn't make any sense (how can you parallelize a single task?).

I think I understand that what you want is to parallelize browsers, which is something that Testem itself can handle through config options. In particular, what I think you want is to specify values for launch_in_ci and parallel. For example:

{
  "launch_in_ci": [ "FireFox", "Chrome", "PhantomJS" ],
  "parallel": "3"
}

from ember-exam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.