selenium-session
v1.0.4
Published
Selenium session server. Store and manage your selenium sessions. Enable to accelarate your selenium tests. Buypass your application login screen and enable your test to run on production environment. The selenium session solution include 2 additional par
Downloads
25
Readme
Selenium Session Server
A simple server that store your sessions (saved by the chrome extention). Then can be accessed by your selenium tests to retrieve the session cookies.
You can get the server as npm package (npm)
npm install -g selenium-session
Once installed to run the server
selenium-session
Or you can download and run a dockerized version (docker hub)
docker run -v ${PWD}/sessions:/usr/app/sessions -it -p 3000:3000 devblinq/selenium-session