G-Research / fasttrackml

Experiment tracking server focused on speed and scalability
https://fasttrackml.io/
Apache License 2.0
97 stars 18 forks source link

Add test suite for login and authentication #1278

Open jescalada opened 2 months ago

jescalada commented 2 months ago

This issue will likely require completing https://github.com/G-Research/fasttrackml/issues/1275 first.

We would like to add tests for the middleware before the actual UI gets loaded. The problem, is that the tests themselves cannot be executed in dev (as they would not be able to trigger the authentication directly). We need to figure out how to execute these tests as part of the pipeline to make sure nothing breaks when pushing.

Once that is done, we want to add tests for:

Please add any other tests that make sense. 🙏🏻