yuanjian-org/app

Deploy Cypress end-to-end production monitoring

Opened this issue · 3 comments

Deploy Cypress end-to-end production monitoring

@weihanwang Hey weihan. I didn't find a simple way to deploy cypress for production only. Usually it's integrated with github workflow for deployment monitoring and it looks a bit overhead for our use case. Also curious on which cloud product we will host the server for China traffic? Prob we can explore in-product monitoring for our use case.

@Linco1n3 1. We don't need to integrate Cypress with any workflow. we will likely run it as a standalone cron job in a Docker container. 2. Monitoring provided by the service provider won't be sufficient because we need deeper probes to make sure users can log in and use basic functions inside the Web app.

#349 solves the login and adds a few tests for prod. next step is to figure out how to increase cookie ddl in dev.