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)
How to set environment variable to run webdriverIO script
I am running my webdriverIO test cases using command
npx wdio run .\wdio.conf.js --spec .\test\intel.test.js
Now I want to pass environment variable for the same like ENV=qa
If I run command like this...
Hariprasad KS
Votes: 0
Answers: 3
Jenkins Allure marking the build as unstable
Jenkins Allure marking the build as unstable though everything ran successfully. Is this because of the % of success. I have 1 out of 4 failed test.
Allure report was successfully generated.
Creating ...
Naveen Chandra Sekhara
Votes: 0
Answers: 1
Accessing arguments/parameters of an Allure report during execution?
In the testing framework we are using allures .addArgument method to add a parameter to the report for the name of team which owns a particular test.
AllureReporter.addArgument('teamName', 'myTeam');....
DublinDev
Votes: 0
Answers: 1
[pytest + allure]: customize (add custom labels) to test's history
using pytest + allure
allure-pytest 2.9.45
allure-python-commons 2.9.45
Is there any ability to customize test's history in the report?
Instead of time or nearby add more info f.e. some cust...
Vlad Davidchenko
Votes: 0
Answers: 0