First search for your question or topic, or browse the discussions below
Hello Spryker community,I'm working on acceptance tests for a Spryker project and I'm looking for ways to optimize the test setup and iteration process. Currently, we need to run the following commands before each test run: docker/sdk boot deploy.ci.acceptance.mariadb.yml -v && docker/sdk up -t -v && docker/sdk testing…
I was running the acceptance tests using this command `docker/sdk testing codecept run -c codeception.acceptance.yml` I have been receiving errors and failures in the tests. Some gets timed out and some gets errors. I tried to deep dive into it and find out that the '$tester->grabPageSource()' always returns…
Hi, Jitesh Sinha from AnnexCloud Working on Spryker B2C project extension under the AnnexCloud Loyalty platform. To pass the certification process, I need to write the mock tests and unit tests codes. I have gone though the spryker docs, but I am confused. Is there any hands-on where I can get proper exposure or any…