python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Allure 2 Report: How to specify the result framework when JUnit and CucumberJvm are both present in gradle
The Allure report is being generated with 2 results for the same testcase, one for cucumber other for JUnit.
How to generate only the Cucumber reports ?
Executing the test with the following command:
...
figuedmundo
Votes: 0
Answers: 1
Using DETECT_CHROMEDRIVER_VERSION=true found 57 vulnerabilities (54 moderate, 3 high) error in webdriverio
Hello I am new to webdriverio, and I was trying to run the command
DETECT_CHROMEDRIVER_VERSION=true npm i
and than after I am getting the following error
npm WARN @hint/hint-amp-validator@2.10.11 req...
Rutu Shah
Votes: 0
Answers: 1
webdriverio: allure open command is starting the server but webpage is not loading
I am trying to generate allure report by using cmd [allure generate --clean reports/allure-results]in webdriverio
Steps followed:
https://webdriver.io/docs/allure-reporter/
I am able to see allure-rep...
Jyoti
Votes: 0
Answers: 2
TestWatcher API, junit5, Allure: how to take a browser when @AfterEach happens earlier than testFailed
I have only started to work with Junit5/Selenium and Allure
As all of you and I know that TestWatcher APIs work ONLY after JUnit annotations like @AfterAll/Each for example.
But my problem is that I n...
Dima Ananyev
Votes: 0
Answers: 1