Login Use Case: How to login via google to my website or perform user authentication for my website? #1956
Unanswered
Himanshu21git
asked this question in
How to... ?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently trying to write some automated tests for my website. But most of the functionality that I want to test, is available only after the user logs in to my website.
How to perform this login operation using serenity/JS with Webdriverio or Playwright?
Need your help on how to resolve this issue.
I want the user to login to my website during or before the test run, and perform the desired tests on the pages that require the user to be authenticated.
Beta Was this translation helpful? Give feedback.
All reactions