You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
is it possible to have test suite based on selenium?
i could think of starting the test instance manually, but also means ive to run db truncate on every test suite.
and connect to localhost:XXXX for selenium to connect to the test instance.
im planning to use docker selenium prior to running test.
There currently aren't any plans to add support for it, but I would be open to discussing it, although I'm not the person to do it. :) It might be best served as a plugin, to be perfectly honest. But I'm open to the suggest.
hi,
is it possible to have test suite based on selenium?
i could think of starting the test instance manually, but also means ive to run db truncate on every test suite.
and connect to localhost:XXXX for selenium to connect to the test instance.
im planning to use docker selenium prior to running test.
https://github.com/SeleniumHQ/docker-selenium/wiki/Getting-Started-with-Docker-Compose
please advice if any future plan or easier way to do this? (yes, i know about action test)
The text was updated successfully, but these errors were encountered: