Log a user in to the WordPress dashboard.
Use the command without any argument, the admin will be used:
cy.login()
Use the command with username and password:
cy.login( 'customer', 'strongpassword')
Username of the user
Password of the user
Generated using TypeDoc
Log a user in to the WordPress dashboard.
Use the command without any argument, the admin will be used:
Use the command with username and password: