How can I use the "Functional Testing Library"?
App Development3 posts195 views1 likesLast activity Aug 2022
GY
gyorgybalazsiOP
Aug 2022On the Examples pages is mentioned this library:
Functional Testing Library – A Java library for functional testing of Daml applications.
but no link is provided. How can I use this library?
CO
cocreature
Aug 2022It refers to this library GitHub - digital-asset/lib-daml-jvm-test: A library providing functions for testing DAML applications on JVM.. The readme has relatively detailed instructions on how to use it.
GY
gyorgybalazsi
Aug 2022Thank you!