Skip to content

benmalka/BrowserComparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowserComparison

Please follow the instructions before running

Edit global_parameters

at <your_git_directory>/data/global_parameters.json

 { 
    "chrome_dir": <your_chrome.exe_full_path>,
    "opera_dir": <your_lancher.exe_full_path>,
    "browser1_port": <choose_an_available_port_for_RDP>,
    "browser2_port": <choose_a_different_available_port_for_RDP>
 }

Run Test

Open a shell in your git directory

$ npm install
$ npm test

After Test

When the test passes, it generates a report found in <your_git_directory>/reports/ You'll find there all the reports

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published