Giter Club home page Giter Club logo

Comments (5)

ISanjeevKumar avatar ISanjeevKumar commented on May 18, 2024

Which CI tool are you using ? @thisismydesign

from cypress-parallel.

thisismydesign avatar thisismydesign commented on May 18, 2024

@ISanjeevKumar Github actions

from cypress-parallel.

ISanjeevKumar avatar ISanjeevKumar commented on May 18, 2024

I believe this is something that needs to handle by CI itself and adding this feature to this tool will make it more complex to use.

Azure has this inbuilt capability to distribute the test cases on multiple machine but I am not sure about Github Actions .

But If you want to scale up the parallel execution then you can use Github parallel jobs to run parallel tests on multiple machine and inside that machine you can use cypress-parallel to run the test cases parallel on multiple threads. This way I think you can save more time.

from cypress-parallel.

thisismydesign avatar thisismydesign commented on May 18, 2024

I'm not talking about cypress-parallel interacting with github actions in any way. Sure, I need to start more CI machines, but then I need to tell each machine which tests run, that's my issue. I would like to use the weight file for this. So I could tell cypress-parallel that

I have 5 ci machines and this is machine 1, given the committed weight file execute your share of the tests (i.e. the first ~20%)"

E.g.: cypress-parallel --executors 5 --group 1

from cypress-parallel.

ISanjeevKumar avatar ISanjeevKumar commented on May 18, 2024

Yes, I understand. This can be done with some tweaks in cypress automation framework instead of adding this support in cypress-parallel.

from cypress-parallel.

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.