'Selenium to Avo' Server Configuration
Prerequisites
Ensure Avo Assure is up and running.
Ensure Nginx is up and running.
Setting up the ‘Selenium to Avo’ Server
If the port on which the ‘Selenium to Avo’ server is to be hosted has to be changed, then perform the following steps.
Navigate to the ‘Selenium To Avo’ Folder.
Open .env file.
Update PORT to the required port number.
Setting Selenium to Avo Assure PORT in .env
4. Save and close the .env file.
Starting the ‘Selenium to Avo’ Server
Open an elevated command prompt in the ‘Selenium to Avo’ folder.
Type “run.bat” and hit enter.
Starting ‘Selenium to Avo’ server
Stopping the ‘Selenium to Avo’ Server
Close the command prompt window in which the ‘Selenium to Avo’ Server is running.
Installing the ‘Selenium to Avo’ Server as a Windows Service
Open an elevated command prompt in the ‘Selenium to Avo’ folder.
Type install-service.bat and hit enter.
Installing Dashboard Server service
Starting the ‘Selenium to Avo’ Server as a Windows Service
Open an elevated command prompt in the ‘Selenium to Avo’ folder.
Note: seleniumtoavo.exe service should be installed.
Type start-service.bat and hit enter.
Starting Dashboard Server service
Stopping the ‘Selenium to Avo’ Server as a Windows Service
Open an elevated command prompt in the ‘Selenium to Avo’ folder.
Note: seleniumtoavo.exe service should be running.
Type stop-service.bat and hit enter.
Stopping Dashboard Server service
Removing the ‘Selenium to Avo’ Server as a Windows Service
Open an elevated command prompt in the ‘Selenium to Avo’ folder.
Note: seleniumtoavo.exe service should be in the stopped state.
Type remove-service.bat and hit enter.
Removing Dashboard Server service
Restarting the ‘Selenium to Avo’ Server as a Windows Service
Open an elevated command prompt in the ‘Selenium to Avo’ folder.
Run the following commands in sequential order i.e., only after the previous command has been completed:
Type stop-service.bat and hit enter.
Type remove-service.bat and hit enter.
Type install-service.bat and hit enter.
Type start-service.bat and hit enter.
Last updated