Do we need do to setup anything apart from installing pytest-allure package because i did install package but while serving the report it's saying allure command is not recognised
Yes, you need to set up allure framework in your system. Please watch the first part of the video below for the same. ruclips.net/video/ZcdJP0cos8o/видео.htmlsi=-0r-056SfRmhbHn3
Could you please show to add video recording to the Allure report?
You can watch the video below. I hope it'll help.
ruclips.net/video/-7ft-pKH99A/видео.html
Do we need do to setup anything apart from installing pytest-allure package because i did install package but while serving the report it's saying allure command is not recognised
Yes, you need to set up allure framework in your system. Please watch the first part of the video below for the same.
ruclips.net/video/ZcdJP0cos8o/видео.htmlsi=-0r-056SfRmhbHn3
@@maximumautomation thanks
how to use webdriver wait for shadow dom elements?
You can use web driver wait method as follows.
wait.until(ExpectedConditions.visibilityOf(shadowRootElement.findElement(By.className("class"))));
@@maximumautomation but the element is loacted under a nested shadow dom,how to use in this case?