Questions tagged [parallel-tests]
6 questions
2
votes
1 answer
How can we run Cypress tests in parallel on a single machine?
I need to run my tests on a single machine. The project has more than 50 tests (spec files).
Is it possible to achieve this via jenkins configuration?

jayashree r
- 41
- 3
2
votes
2 answers
How to use parallel_tests in github actions
I'm trying to use parallel_tests in my github action to run my test suite but I was not able to find a proper solution.
The official docs has one but it is for…

anonymous
- 312
- 2
- 8
1
vote
0 answers
Cucumber Junit Selenide with spring parallel tests
can somebody help with this problem? i have cucumber junit with selenide and spring boot, and i want to execute my tests in parallel, but it does not work. my pom file is this and may i have some problem here?
`
…

Salo
- 11
- 1
1
vote
0 answers
from unknown error: archive error: (unknown error: could not write file to temp dir), entry error: (unknown error: leftover data after zip entry)
I am running parallel scenarios on remote using selenoid but after some time and after some scenarios got passed, they fail because of following error while file upload.
unknown error: unable to unzip 'file' from unknown error: archive error:…

himanshu gupta
- 31
- 6
0
votes
0 answers
Can we trigger multiple tests in parallel in pytest but with a little time difference
I have created a pytest framework where each test triggers a Jenkins job to deploy some application and then perform some validation.
(I am using pytest-jenkins module to trigger a Jenkins build from python)
However, when I run these tests in…

Akshay Kane
- 161
- 1
- 2
- 4
0
votes
1 answer
Parallel_tests database does not exist
I am using parallel_tests gem for running my rails 6 app tests in CI. In logs, I see all 9 databases with ENV[TEST_ENV_NUMBER] are being created, and then it just fails saying that these databases do not exist.
The commands I run are:
bin/bundle…

Ngoral
- 4,215
- 2
- 20
- 37