📄️ Setup cypress & github CI
e2e test is a very important part of the frontend development. It can help us to find bugs and prevent them from happening again. In this article, we are going to talk about how to setup cypress and github CI.
📄️ Use Cypress reporter
The result of each Cypress test is a STDOUT log on terminal. It is hard to track while running tests multiple times if we Cypress cloud is not adopted especially in local test env.
📄️ Debug web app using xCode iOS Simulator
Why do we need to debug web app in iOS Simulator?