python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Implementing parallel execution of autotests using JUnit 5 + GEB (without spock)
I'm trying to implement parallel execution of autotests using JUnit 5 and GEB. At the moment, the tests are already running in parallel. The problem is that every page element must be visible at the t...
JarlaxleVl
Votes: 0
Answers: 0
Cypress run gives the error "Warning: We failed processing this video." and fails the job
I am running Cypress tests in parallel (chrome browser).
And I see the below issue every time when cypress run is executed.
I would need to videos for debugging purpose.
Any possible solutions to fix ...
jayashree r
Votes: 0
Answers: 0
Serenity Cucumber 7 parallel execution not working
looking for help to execute cucumber 7 in parallel. My project is serenity with cucumber and java. In this link https://johnfergusonsmart.com/parallel-test-execution-with-cucumber-and-serenity-bdd/ it...
Yuri
Votes: 0
Answers: 3
Unable to run parallel test via TestNg from DATA provider
Below is my XML piece.
<?xml version="1.0" encoding="UTF-8"?>
<suite name='Automation' threadCount="5" parallel="methods">
<tests>
...
JNo
Votes: 0
Answers: 1