- Sep 25, 2017
-
-
Tom Jorquera authored
Add docker-compose.yaml file - Add ports, volumes, env_file and environment options - Update the .gitignore to add .env file - Access URL for the external services now uses docker-compose hostnames. - selenium-server is now a container service dependency Selenium is no longer directly managed by directly by hublot, but is instead an external service dependency. This dependency is managed in docker-compose with a selenium server image. This simplifies a LOT of things and make the project organization cleaner.
-
- Sep 01, 2017
-
-
Valérian STG_CAZANAVE authored
The build time has been reduced, and the Dockerfile now respects the best practices.
-
- Jul 26, 2017
-
-
Valérian STG_CAZANAVE authored
Add the "webdriver-manager update ...." command.
-
Valérian STG_CAZANAVE authored
webdriver-manager:12.0.6 is now in the dependencies.
-
- Jun 16, 2017
-
-
Tom Jorquera authored
The project now provides facilities to launch a standalone selenium server from the project root.
-
- May 10, 2017
-
-
Tom Jorquera authored
Add `ci` to define a specific script for continuous integration
-
- May 09, 2017
-
-
Tom Jorquera authored
Fix styling issues identified by xo
-
Tom Jorquera authored
use spaces for indent setup jest env
-
Tom Jorquera authored
-
Tom Jorquera authored
Use jest for tests monitoring.
-
Tom Jorquera authored
Fix a typo in package.json
-
- May 05, 2017
-
-
Tom Jorquera authored
This module allow to load all the files that must be injected into the client.
-
- May 04, 2017
-
-
Tom Jorquera authored
`package.json` contained a lot of missing or incorrect info. Fixes this.
-
- May 03, 2017
-
-
Tom Jorquera authored
-