Open elauria opened 8 years ago
:+1: to support a profile without authentication for local testing.
Yes, we should tackle this soonish..
@elauria Is this still valid as we are supposed to test on staging now? If this issue is still valid could you please add a better description of the issue (Detailed problem and why is it important)
@rajatparida86 we have a set of end-to-end tests that check wether the backend and the UI are working properly, from UI interactions to backend responses. This tests are of great value when developing to confirm the expected behaviours persists and we didn't screw something up.
Since immemorable times we haven't been able to run this tests automatically because authentication is required. Someone (the developer) has to give his/her credentials and also the 2-factor code. This doesn't work in practice and automation is not attainable.
Having a way to run ZMON locally without authentication required is basic for this tests to be automated.
Current profiles require user interaction to authenticate.
A local profile without any authentication required is needed to automate e2e tests for the angular app.