apache / daffodil-sbt

Apache Daffodil SBT Plugin
https://daffodil.apache.org/
Apache License 2.0
1 stars 3 forks source link

Document tests with scripted and make them part of `sbt test` #20

Closed stevedlawrence closed 4 months ago

stevedlawrence commented 5 months ago

SBT plugins use the "scripted" framework for tests. We need to better document how these tests are run and can be configured since it is not obvious at all. We should also modify sbt test so that it runs the scripted tests so users don't need to remember the special sbt scripted task.