browser-use
browser-use copied to clipboard
[Question]How to integrate with pytest
From sample, I did't find any demo about how to intergrate with pytest.
I want like following:
- setup: setup Broswer() and a agent about open a url
- testcase1: agent2 (use setup broswer), do some test, last using pytest's assert to verfication case
- testcase2: same as testcase1
- ....
- finally, can work with allure report attach playwright record video.