How to add screenshot on failures for allure reports for WebDriverIO using Typescript
**How to add screenshot in allure reports on test failures ** Stack :
WebDriverIO
CucumberJS
TypeScript
This works with parallel test runs too.
WebdriverIO Allure Docs here
const allure = require('allure-commandline');
require('dotenv').config()...
jagannath.dev1 min read