Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

[terra-functional-testing] Invalid docker command for Windows #663

Closed
benbcai opened this issue May 26, 2021 · 0 comments · Fixed by #661
Closed

[terra-functional-testing] Invalid docker command for Windows #663

benbcai opened this issue May 26, 2021 · 0 comments · Fixed by #661

Comments

@benbcai
Copy link
Contributor

benbcai commented May 26, 2021

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.

SevereServiceError: Error: Timeout. Exceeded retry count for docker inspect --format='{{json .State.Health.Status}}' selenium-hub.

Steps to Reproduce

  1. Run npm run test:wdio in a Windows environment for a project that contains wdio tests.
  2. The above timeout error occurs while starting the Selenium Docker Service.

Additional Context / Screenshots

Expected Behavior

Possible Solution

Environment

  • Component Name and Version:
  • Browser Name and Version:
  • Node/npm Version: [e.g. Node 8/npm 5]
  • Webpack Version:
  • Operating System and version (desktop or mobile):

@ Mentions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant