DEV Community

Cover image for Testing login using Cypress.io
Taylor Bantle
Taylor Bantle

Posted on

Testing login using Cypress.io

I wrote about using Cypress.io to test our web application (https://www.dolthub.com). We recently started supporting tests for login and private paths. This blog compares two login options we considered for best testing the workflows on our website with some examples.

Read the blog here: https://www.dolthub.com/blog/2020-10-23-cypress-login-tests/
Check out our suite of Cypress tests here: https://github.com/dolthub/dolthub-cypress

Top comments (0)