Giter Site home page Giter Site logo

Comments (3)

tmilar avatar tmilar commented on June 4, 2024

this is the default and expected behavior, to be able to run multiple tests in parallel.

If you don't want or need it, you can use --runInBand option, which will instead run tests serially, opening only 1 window/tab at a time. This is also a good idea for low resource environments like CI.

from jest-puppeteer.

gregberge avatar gregberge commented on June 4, 2024

Hello @YuriKopshev, @tmilar is right, --runInBand is the correct way to run tests in the same browser. You can also adjust the number of tests running in parallel in Jest config.

from jest-puppeteer.

YuriKopshev avatar YuriKopshev commented on June 4, 2024

Thanks guys for your answers.
Yes, using the -i flag solves the issue. But if you look at my screencast attached to the question, then it seems to me that opening so many browsers for 3 tests does not look normal. At the same time, as I wrote above, there were no such problems in earlier versions of jest-puppeteer.
And the main problem is that you can’t find the right one among the huge number of tabs, where you can see how your tests are going! This is the main problem that caused me to ask the question.

from jest-puppeteer.

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.