You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
The syntax in the "docker inspect --format='{{json .State.Health.Status}}' selenium-hub"docker command is invalid when running in a Windows environment and causes a timeout when starting the Selenium Docker service. The single quote should be swapped with double quotes and vice versa according to the examples in the docker documentation.
Bug Report
Description
The syntax in the
"docker inspect --format='{{json .State.Health.Status}}' selenium-hub"
docker command is invalid when running in a Windows environment and causes a timeout when starting the Selenium Docker service. The single quote should be swapped with double quotes and vice versa according to the examples in the docker documentation.Steps to Reproduce
npm run test:wdio
in a Windows environment for a project that contains wdio tests.Additional Context / Screenshots
Expected Behavior
Possible Solution
Environment
@ Mentions
The text was updated successfully, but these errors were encountered: