mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
7cf5018c5b
As expected, the `puppeteer` library used to demonstrate how to test DAML apps end-to-end, causes issues in CI. It is not very unlikely that users of the getting started guide would run into the same issues. In addition, `puppeteer` is a _huge_ dependency, we should probably not shove down everybody's throat who just wants to walk throught the GSG. Thus, this PR moves everything related to testing out of `create-daml-app` and exclusively into the docs. This is completly lacking tests, but since it wasn't tested before either, I consider this acceptable. My manual tests succeeded. Since merging this might unblock quite a few other PRs, I defer test into a followup PR. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
app-dev | ||
concepts | ||
daml | ||
daml2js | ||
daml-integration-kit | ||
daml-repl | ||
daml-script | ||
deploy | ||
examples | ||
experimental | ||
getting-started | ||
json-api | ||
support | ||
tools | ||
triggers | ||
upgrade | ||
index.rst |