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 need to be able to run integration testing in our test suite for the authentication schemes we want to support.
Why is this needed?
In order to properly test these authentication schemes, it makes sense to have an integration testing system in place (or at least a strategy for how we intend to do this type of testing).
What is the idea?
We need to be able to run integration testing in our test suite for the authentication schemes we want to support.
Why is this needed?
In order to properly test these authentication schemes, it makes sense to have an integration testing system in place (or at least a strategy for how we intend to do this type of testing).
What should happen?
docker-compose.yml
file)Additional Context
To accomplish this, we will most likely take advantage of GitHub Action's "service containers". More information about those can be found here:
https://docs.github.com/en/actions/using-containerized-services/about-service-containers
The text was updated successfully, but these errors were encountered: