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

Another little question here: Is there any way I can link up my IDE with docker/sdk so I can run tes

UQ958DA4U
UQ958DA4U Posts: 232 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Another little question here: Is there any way I can link up my IDE with docker/sdk so I can run tests from within the IDE?

Comments

  • @ULYHPR789? โ˜ we also want to know ๐Ÿ™‚

  • sprymiker
    sprymiker Sprykee Posts: 781 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Run docker/sdk run -t
    There will by spryker_testing_1 container (prefix would be different)
    PHPStorm is able connect to docker container to run PHP. Look in docs.

  • UQ958DA4U
    UQ958DA4U Posts: 232 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Thank you, I'll check that out ๐Ÿ™‚