-
Notifications
You must be signed in to change notification settings - Fork 4
Starting the Selenium Nodes
chrimuno edited this page Sep 3, 2017
·
4 revisions
Make sure you have followed all the (prerequisites)[Selenium-Prerequisites.md] before you try to run the Selenium Node.
On each worker/node machine:
- Navigate the
SeleniumAutomationToolbox
directory. - Run the following command:
npm run node
.- Or you can also run the
NODE_SeleniumGrid.bat
file included in this repo in theselenium
folder. - If the Hub is running on a different machine, open the NODE_Config.json file and update the address for the Hub.
- Or you can also run the
Note: The host machine can also be a node. You just need to run both bat files to start the hub and node on the same machine.
Copyright © 2017 Christian Munoz
-
Selenium Automation Toolbox
- Release Notes
- License
- Project Breakdown
- Selenium Prerequisites
- Running the Automated UI Tests
- Configuration Settings