-1

I want to automate some UI end-to-end tests by making the user click a button inside the react app, then the tests run and the user is able to see them in real-time. is there a library that does that?

Marwan-Ezzat
  • 79
  • 1
  • 7

1 Answers1

1

Ofc. You can do this with these.

Puppeteer

Selenium

Talha
  • 51
  • 6
  • can you please provide an example of a button being clicked to run the tests ? – Marwan-Ezzat Nov 29 '21 at 14:54
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 29 '21 at 15:03