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)
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
WebdriverIO - Running tests in gitlab
I am trying to run my tests in the gitlab pipeline and I keep getting the same error:
Here is my yml:
stages:
- setup
- test
setup:
stage: setup
image: node:latest
...
Jason Tur
Votes: 0
Answers: 0