What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, I’m getting errors when I try to run the test suite in b2c-demo-shop. running `vendor/bin/cod

U03TREBSX44
U03TREBSX44 Posts: 9 🧑🏻‍🚀 - Cadet

Hello, I’m getting errors when I try to run the test suite in b2c-demo-shop. running vendor/bin/codecept run on the host machine gives an error

Webdriver server never became reachable.

running vendor/bin/codecept run inside the cli container gives this error

Webdriver executable not found: vendor/bin/chromedriver

running docker/sdk console code:test gives


is there another command or something else I need to do to allow the test suite to run?

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    docker/sdk console -t code:test it was to run in test mode with webdriver enabled

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    Alternatively you can restart the stack in test mode:
    docker/sdk start -t which spins up a webdriver container too

  • U03TREBSX44
    U03TREBSX44 Posts: 9 🧑🏻‍🚀 - Cadet

    ok, thanks - the error has changed to


    any ideas?