This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pip install passlib[bcrypt] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = function (config) { | |
| var webdriverConfig = { | |
| hostname: IP удаленной машины, на котором запущен hub, | |
| port: Port удаленной машины, на котором запущен hub | |
| }; | |
| config.set({ | |
| hostname: IP локальной машины, на которой запускаются тесты, именно IP, а не localhost, | |
| basePath: './', | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -Dwebdriver.ie.driver=IEDriverServer.exe -jar selenium-server-standalone-version.jar -role webdriver -hub http://localhost:4444/grid/register -port 5558 -browser browserName=iexplorer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -jar selenium_server_standalone_version.jar -role hub |
NewerOlder