The test execution stops when an alert appears in the test step- Error: WebDriver Bidi command “browsingContext.handleUserPrompt” failed with error
Framework Webdriverio v9 with bidi
Test execution stops when an alert appears in a test step:
E2E Tests are getting failed (Error: Ended WebDriver sessions gracefully after a SIGINT signal was received)
When we (me and my team) are running multiple instances of e2e tests manually (or if they are running in multiple PR checks) we are facing this “Error: Ended WebDriver sessions gracefully after a SIGINT signal was received” and I have found that it only happens when there are multiple instances of e2e workflows running simultaneously (more than 10 instances at a time).
Customization to allure report not working with cucumber
I am trying to customize my allure report and add a custom title heading,logo and test case id to each feature.
Wdio right click powerBI
onst gapAnalysRight = await $$(//div[@_ngcontent-ng-c1971078803]//*[text()='Forecast']/parent::div
);
Test works with –headless but fails without it
The following test navigates to an HTTP site.
There is something weird that happens when I run it via VS code.
When I’m looking at the network tab there are two requests, The first one, it tries to access the site via HTTP and gets 404 Not Found, and the second one tries to access via HTTP and gets 404 Temporary Redirect, and the site cannot be accessed.