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
It's not possible to use test data in our unit tests which blocks us from testing anything which pulls from a data source
They run on a test server using Grizzly, but we need to expose that on a port, and then write the tests to use that port in the test data URLs (e.g. http://localhost:8080/mud/world/#test-resource), then we can write unit tests for features with reference and access test datasets
@MattTennison do you have experience with this in JUnit ? I haven't researched it properly yet
It's not possible to use test data in our unit tests which blocks us from testing anything which pulls from a data source
They run on a test server using Grizzly, but we need to expose that on a port, and then write the tests to use that port in the test data URLs (e.g.
http://localhost:8080/mud/world/#test-resource), then we can write unit tests for features with reference and access test datasets@MattTennison do you have experience with this in JUnit ? I haven't researched it properly yet