Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wait for webpack builds to finish
in the current setup, webpack builds where still running when the puppeteer tests would start, which leads to timeout issues, especially on slow machines like CI servers. This commit waits for the build to finish before continuing with `getUrl`, which is called by the integration tests upfront Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
- Loading branch information