-
Lets follow the approach listed here and see if we can get E2E testing working: https://fire.ci/blog/end-to-end-testing-selenium-docker/
-
Parent [#52]
If necessary to perform UI smoke tests, creating a framework using Selenium is a viable choice.
http://www.pluralsight.com/courses/automated-testing-framework-selenium
I actually imple…
-
A test failed on a tracked branch
```
WebDriverError: disconnected: not connected to DevTools
(failed to check if window was closed: disconnected: not connected to DevTools)
(Session info: chrome…
-
I run ;
mvn test -Djitsi-meet.instance.url="https://xxxxxxxl" -Djitsi-meet.tests.toRun="MaxUsersTest"
I see the first 3 participants joining but then....
[11] Closing web.participant4
[11] …
-
### What happened?
When I run a very simple test locally against Chrome, Edge and Firefox, the test passes without any issue. However, if I run the same test against a Selenium Docker grid, the Firef…
ablok updated
4 months ago
-
- [x] Write Selenium test for file browser
- [x] Write Selenium test for model editor
- [ ] Refactor ID-based locators to class/name or class/value locators
- [ ] Ensure compatibility with he…
-
Créer un test Selenium modélisant un scénario d'utilisation.
PtiLu updated
11 years ago
-
I have needed to update the Selenium drives to support more modern versions of Firefox. In so doing I now see that most Selenium calls have been deprecated. Wisdom here: https://seleniumhq.github.io/s…
-
### What happened?
Browser: Version 130.0.6723.59 (Official Build) (arm64)
Selenium Version:
org.seleniumhq.selenium:selenium-devtools-v86:4.8.2
Details:
I wrote code to clear the entered t…
-
## Week 1
- [ ] Go fundamentals
- [ ] Typescript fundamentals
- [ ] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [ ] Testing fundame…