Is it possible to use Cypress e2e testing with a firebase auth project?
问题 I am exploring Cypress for e2e testing, looks like great software. The problem is Authentication, the Cypress documentation explains why using the UI is very bad here. So I tried looking at the network tap of my application, to see if I could create a POST request to the firebase API, and authenticate without using the GUI. But I can see that there at least 2 request fired, and token saved to application storage. So what approach should I use? Authenticate with the UI of my application, and