browser-use icon indicating copy to clipboard operation
browser-use copied to clipboard

[Question]How to integrate with pytest

Open landhu opened this issue 1 month ago • 2 comments

From sample, I did't find any demo about how to intergrate with pytest.

I want like following:

  1. setup: setup Broswer() and a agent about open a url
  2. testcase1: agent2 (use setup broswer), do some test, last using pytest's assert to verfication case
  3. testcase2: same as testcase1
  4. ....
  5. finally, can work with allure report attach playwright record video.

landhu avatar Jan 03 '25 01:01 landhu