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..

Hi there, so I checked out b2c-demo-shop.git together with docker-sdk.git, and I did: ```docker/sdk

U04LGKSDANM
U04LGKSDANM Posts: 14 🧑🏻‍🚀 - Cadet
edited January 2023 in Help

Hi there, so I checked out b2c-demo-shop.git together with docker-sdk.git, and I did:

docker/sdk boot deploy.dev.yml
docker/sdk up

and it's running as expected 🙂

Next thing is to run the tests together with coverage. I found documentation here: https://docs.spryker.com/docs/scos/dev/the-docker-sdk/202009.0/running-tests-with-the-docker-sdk.html#what-is-a-testing-mode

So I did:

docker/sdk up -t
docker/sdk testing
codecept run

but I got some errors I currently do know how to solve (please help me here):

Comments

  • U011C413YVD
    U011C413YVD Posts: 5 🧑🏻‍🚀 - Cadet

    Try to run

    docker/sdk console cache:class-resolver:build 
    

    and try again your command