daml/daml-assistant/integration-tests
Martin Huschenbett 9c086c71ee
Add an integration test for daml new ... create-daml-app (#5389)
The test calls `daml new ... create-daml-app`, builds the DAR, runs
the TypeScript codegen, lints and builds the React app.

We should also run the tests for the React app but since that's most
likely tricky, I'll leave that for a followup PR so that we can land
at least some sanity checks now.

There's also a bit of cleanup to do around setting up a yarn workspace
to bring our TypeScript libraries into scope. Other test already solve
a similar problem in a way that is not general enough for this test.
I'll unify the setup in a followup PR as well.

CHANGELOG_BEGIN
CHANGELOG_END
2020-04-02 19:15:10 +00:00
..
src/DA/Daml/Assistant Add an integration test for daml new ... create-daml-app (#5389) 2020-04-02 19:15:10 +00:00
BUILD.bazel Add an integration test for daml new ... create-daml-app (#5389) 2020-04-02 19:15:10 +00:00