kazurayam / chromedriverfactory

A Java library that enables you to launch Selenium ChromeDriver using an existing user Profile. That let you to carry cookies over multiple HTTP sessions via user Profile.
0 stars 0 forks source link

CookieServer as a Docker Container #50

Closed kazurayam closed 3 months ago

kazurayam commented 1 year ago

As I described at #49, sometimes I feel like to enhance an HTTP Server for various reasons. It is not a good idea to maintain in Groovy. It is better to have it as an instance of Apache HTTP server or an instance of nginx as a Docker container.

Once I got the docker container, it is possible to launch&terminate the server in the sequence of UI testing, as I proved at https://github.com/kazurayam/MyPythonProjectTemplate/tree/master/pywebapp

kazurayam commented 3 months ago

I don't need this. Won't fix