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
| Google Chrome 96.0.4664.93 | |
| Chrome Driver 96.0.4664.45 | |
| Execution of 1 workers started at 2026-09-05T04:48:14.253Z | |
| [0-0] RUNNING in chrome - /features/test_init.feature | |
| [0-0] Scenario: download drivers | |
| [0-0] | |
| [0-0] I open the path "/" | |
| [0-0] chrome:version/ |
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
| Installing Cypress (version: 6.9.1) | |
| [01:20:44] Downloading Cypress [started] | |
| [01:20:44] Downloading Cypress 0% 0s [title changed] | |
| [01:20:44] Downloading Cypress 1% 10s [title changed] | |
| [01:20:44] Downloading Cypress 2% 10s [title changed] | |
| [01:20:44] Downloading Cypress 3% 10s [title changed] | |
| [01:20:44] Downloading Cypress 4% 10s [title changed] | |
| [01:20:45] Downloading Cypress 5% 10s [title changed] | |
| [01:20:45] Downloading Cypress 6% 9s [title changed] |
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
| vagrant@desktop02:~$ node --version | |
| v8.11.1 | |
| vagrant@desktop02:~$ npm ls selenium-webdriver --depth=0 | |
| SFPortal-JS@1.0.0 /home/vagrant | |
| └── selenium-webdriver@4.0.0-alpha.1 |
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
| 16:42:11.167 INFO [GridLauncherV3.launch] - Selenium build info: version: '3.11.0', revision: 'e59cfb3' | |
| 16:42:11.167 INFO [GridLauncherV3$1.launch] - Launching a standalone Selenium Server on port 4444 | |
| 2018-03-19 16:42:11.276:INFO::main: Logging initialized @425ms to org.seleniumhq.jetty9.util.log.StdErrLog | |
| 16:42:11.573 INFO [SeleniumServer.boot] - Welcome to Selenium for Workgroups.... | |
| 16:42:11.573 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444 | |
| 16:42:25.980 INFO [ActiveSessionFactory.apply] - Capabilities are: Capabilities {acceptSslCerts: true, browserName: firefox, cssSelectorsEnabled: true, elementScrollBehavior: 0, handlesAlerts: true, javascriptEnabled: true, locationContextEnabled: true, loggingPrefs: org.openqa.selenium.logging..., name: , nativeEvents: true, pageLoadStrategy: normal, platform: WINDOWS, requestOrigins: {name: webdriverio, url: http://webdriver.io, version: 4.10.1}, rotatable: true, takesScreenshot: true, unexpectedAlertBehaviour: dismiss, unhandledPromptBe |
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
| // code change for: | |
| // https://github.com/gkushang/cucumber-html-reporter/issues/129 | |
| 'use strict'; | |
| var jsonFile = require('jsonfile'); | |
| var _ = require('lodash'); | |
| var fs = require('fs-extra'); | |
| var path = require('path'); | |
| var jsonDir = require('./jsonDir'); |