-
The Typescript monorepo project I'm currently adopting Playwright to has very specific needs in terms of resolving the modules. The simplified structure is as follows:
```
.
└── packages
├──…
mlmmn updated
2 years ago
-
### What is your Scenario?
Given I estabilish a new testcafe project
When I create an automation E2E on a webpage (e.g. www.google.com)
And I want to execute the flow on linux server
And I use the…
-
Hello,
> java.lang.IllegalStateException: The driver executable does not exist: C:\Users\aarmiller\Workspace\hiflex\hiflex-compass-decom\spec\src\test\resources\webdriver\windows\chromedriver.exe
…
-
### Background
Currently, the `@override_for` decorator only works for top-level domains. However, there are some cases wherein a site has multiple subdomains, usually per country _(where each has …
-
core PR https://github.com/owncloud/core/pull/39721 changed the behavior of the groups on the user management page. If the group is an LDAP group, or for whatever reason the group member count is zero…
-
JDN v 3.1.119
Back-end v 2022-01-21-15.18.28
https://jdi-testing.github.io/jdi-light/different-elements.html
1. New Page Object
2. Generate
3. Select all locators and click Confirm
4. Generate…
-
Hello,
I use Serenity BDD + cucumber, sometimes the reports aren't generated.
It depends on tags i used :
--tags ~@test : no reports
without tags : no reports
--tags @critique : i have reports
…
-
I am using Page Object Model for my tests using Playwright Test Runner and TypeScript
I have a scenario where i need to handle multitab
I am trying to access context inside one of the pages, so …
-
While running tests in parallel with the help of Surefire plugin, I’ve noticed issue in test scenarios. In case of referring to WebDriver (or WebDriverFacade) from `ScenarioSteps.getDriver()`, it poin…
-
**What I was trying to do / What I need help with**
I refactored some components in PR #11423 to address #11392. Some of the e2e tests failed after the refactoring. I tried downloading the chromedr…