Specially for testing with Puppeteer I have some common functions that I reuse in most of the tests like login() or navigateToProject() or util functions to get properties from selectors, etc...
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Specially for testing with
PuppeteerI have some common functions that I reuse in most of the tests likelogin()ornavigateToProject()or util functions to get properties from selectors, etc...