You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jqwik @Property tests don't seem to work with @ExtendWith(DropwizardExtensionsSupport.class). The DropwizardClientExtension or DropwizardAppExtension instances don't seem to be instantiating properly and no information is set on them (base URL most importantly).
I think these tests would cover about the same breadth as the acceptance tests, so I don't think it's a huge deal. There's quite a bit of overlap between them. It might be a little more performant to do it with integration tests but maybe not. We'd also have easier control over the configuration, but with the config endpoint that might not matter as much.
In lieu of this, it might be a good idea to try introducing jqwik into the acceptance tests.
The text was updated successfully, but these errors were encountered:
jqwik
@Property
tests don't seem to work with@ExtendWith(DropwizardExtensionsSupport.class)
. TheDropwizardClientExtension
orDropwizardAppExtension
instances don't seem to be instantiating properly and no information is set on them (base URL most importantly).I think these tests would cover about the same breadth as the acceptance tests, so I don't think it's a huge deal. There's quite a bit of overlap between them. It might be a little more performant to do it with integration tests but maybe not. We'd also have easier control over the configuration, but with the config endpoint that might not matter as much.
In lieu of this, it might be a good idea to try introducing jqwik into the acceptance tests.
The text was updated successfully, but these errors were encountered: