const capabilities = { 'build': 'Jest-Selenium-Webdriver-Test', // Build Name to be display in the test logs 'browserName': 'chrome', // Name of the browser to use in our test 'version':'74.0', // browser version to be used to use in our test 'platform': 'WIN10', // Name of the Operating System that provides a platform for execution 'video': true, // a flag which allows us to capture video. 'network': true, // a flag which opts us whether to capture network logs 'console': true, // a flag which allows us whether to capture console logs 'visual': true // a flag which opts us whether to capture visual };