-
JIRA Issue: [KIEKER-980] Selenium for automated tests
Original Reporter: Nils Christian Ehmke
***
This was discussed months ago, but I think this could be interesting. It was said that it would be p…
-
Where do these tests fit in the flow, what should these tests target, smoke tests, should these be data agnostic.
In an ideal world we'd do it in testing projects in separate projects (Integration.Ht…
-
@wjonassen and @dezidizon are to coordinate on leveraging Selenium for testing OpenDCS.
-
When testing locally, if a React error overlay is present, Selenium attempts to interact with elements behind the overlay, causing exceptions and failing assertions due to unexpected screen content.
…
-
A couple of new test failures have crept into rel-11_0:
```
::::::::::::::
RELEASE
::::::::::::::
PRODUCT = OTOBO
VERSION = 11.0.x
::::::::::::::
git-branch.txt
::::::::::::::
rel-11_0
:…
-
See also #2743. Following a comment [here](https://github.com/orbeon/orbeon-forms/issues/6513).
-
Can we use [Selenium](https://www.selenium.dev/) to test our React frontend application?
-
### Feature Description
k6/browser does not provide feature to capture individual transaction response time.
Below are some examples of true client (browser based) performance tests:
1. **The time t…
-
### What happened?
I am running selenium grid with a video container on CI (Linux). The test suite runs over a 100 tests sequentially, one by one.
Every test opens and closes a new browser window a…
-
### What happened?
Hi, there! I'm trying to deploy a Next.js project, and I encounter the bug when trying to use selenium-webdriver in my project for some scraper work, but when I try the smoke test,…