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
We want to run our integration test suite, which requires OpenPaas or Dav server interactions on real servers to achieve more accurate behavior.
How?
Create a Docker Compose file that sets up OpenPaas and Dav, and wrap it as a JUnit extension.
Re-running the setup for every test is NOT an option since it takes about 1 minute to start up. Instead, provide code utilities that will enable isolation between tests.
Preferably, we want to support isolation by creating a new user for every test.
The text was updated successfully, but these errors were encountered:
Why?
We want to run our integration test suite, which requires OpenPaas or Dav server interactions on real servers to achieve more accurate behavior.
How?
Create a Docker Compose file that sets up OpenPaas and Dav, and wrap it as a JUnit extension.
Re-running the setup for every test is NOT an option since it takes about 1 minute to start up. Instead, provide code utilities that will enable isolation between tests.
Preferably, we want to support isolation by creating a new user for every test.
The text was updated successfully, but these errors were encountered: