robo-paracept icon indicating copy to clipboard operation
robo-paracept copied to clipboard

Robo tasks for Codeception tests parallel execution

Results 12 robo-paracept issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.1.0 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....

dependencies

When I run my test runs in parallel, the merged html report does not contain all the suite titles. I think this is because the distribution of tests is done...

Fixes https://github.com/Codeception/robo-paracept/issues/69 So far only the suites of the first HTML report were in the final merged HTML report. And when the first HTML report (luckily) already contained all suites,...

I'm having an issue with ParallelExec and Codeception exit codes. Running the codeception commands works manually, but when ran through ParallelExec they fail because codeception exits with code 1 even...

Let's assume I want to run 20 tests in total but only 10 at the same time to avoid putting a big load on the application under test. I would...

Just like in the topic. Forgive me I can't find any information about it if there is any

#### What are you trying to achieve? I trying to run acceptance tests on TeamCity using Robo Parallel. #### What do you get instead? Every test has assertions="0" time="0.000000" in...

Hi, i run `codeception/robo-paracep 3.1.0` on `php 8.3.4` and had error. `ERROR: Use of "self" in callables is deprecated in /vendor/consolidation/robo/src/Task/Base/Exec.php:66` Сan you update dependencies?

Is it somehow possible to capture Codeception classic output in pipeline/terminal like it is done, when running without ParallelExec? To elaborate, is it possible to get/capture this: ![image](https://github.com/user-attachments/assets/020b4492-9b8f-414a-9da4-4fdd252fb552) while doing...

This pull request includes minor updates to the GitHub Actions workflow and a code formatting * Updated the `actions/checkout` action from version 2 to version 4 * Updated the `actions/cache`...