Open Stavrospanakakis opened 11 months ago
The next custom command of django-cypress should be cy.login(). This command should authenticate the user to Django project.
cy.login()
cy.login({"username": "django-user", "password": "12345678"});
cy.login(userAttributes);
The implementation should contain tests, documentation, and an example scenario in the example directory.
Description
Description
Description
The next custom command of django-cypress should be
cy.login()
. This command should authenticate the user to Django project.Example
Syntax
The implementation should contain tests, documentation, and an example scenario in the example directory.