IntegrationTest
scalus.testing.IntegrationTest
object IntegrationTest extends Tag
Tag for integration tests that require external services (blockchain nodes, APIs).
Tests tagged with this tag are excluded from default test runs. To run integration tests, use:
sbt "project/testOnly -- -n scalus.testing.IntegrationTest"
Attributes
- Graph
-
- Supertypes
-
class Tagclass Objecttrait Matchableclass Any
- Self type
-
IntegrationTest.type
Members list
In this article