Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Run functional tests against production build #741

Closed
michaelkleinhenz opened this issue Jan 13, 2017 · 0 comments
Closed

Run functional tests against production build #741

michaelkleinhenz opened this issue Jan 13, 2017 · 0 comments
Labels
Milestone

Comments

@michaelkleinhenz
Copy link
Contributor

Currently, the functional tests are run against an intermediate build. We're using the WebPack dev/debug function for that. Only after they succeed, the final build is done and the output artifact created. The reason is that we don't need a test-only http-server setup as WebPack already includes that.

I found out that errors caused by problems in master may appear ONLY when doing a production build, NOT when doing a debug/dev build. The result is, that the problems are completely invisible in a dev environment and for the functional tests.

We need to check if we can run the functional tests against the production build instead of the intermediate build.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant