Selenium Setup (pe Windows si Linux)

https://github.com/bogdananton/phpunit-selenium-env - Seteaza un environment cu Selenium, PHPUnit, Facebook WebDriver + Chrome, FF(included in Selenium), IE (only Windows).

Sunt curios ce fel de setup-uri de Selenium aveti voi.

Exemplu de setup folosind PHPUnit-Selenium-Env: https://github.com/serbanghita/phpunit-selenium-env-example

2 Likes

Am lansat 3.0, am scapat de dependenta de Phing.
Setup-ul ar trebui sa mearga pe Windows si Linux.

asciicast

1 Like

Am lansat 4.0 si am redus scopul proiectului la ridicat instante de Selenium cu driver-ele dorite.
Am actualizat specificatiile de pe site: http://seleniumsetup.org/

New CLI API with the following commands: register, start, stop, servers
New locker file that keeps track of the registered servers.
Starting a server registered the PID, stopping is based on that PID.
The goal of the project has been narrowed: to start Selenium servers in different configurations.

https://asciinema.org/a/32462

1 Like