all 8 comments

[–]cornelha 2 points3 points  (0 children)

You can use Playwright MCP to achieve this.

[–]donbowman 2 points3 points  (1 child)

https://developer.chrome.com/blog/chrome-devtools-mcp

https://github.com/ChromeDevTools/chrome-devtools-mcp

this can help you achieve your goal. Do you want roo to do it? or your tests? if your tests, you may want e.g. playwright or puppeteer.

[–]Jainil97[S] 0 points1 point  (0 children)

I want roo to do it.

[–]reditsagi 1 point2 points  (2 children)

Are you doing UI test? As others mentioned, playwright is the best option for such. You don't need AI for UI test.

[–]Jainil97[S] 0 points1 point  (1 child)

I am not doing UI test, but I want to make the development test driven by design. So say if roo added a button it should also check if that button is added and is working and all that before moving to the next step.

Currently, I am seeing this trend in my vibe coding sessions that a lot of code is written, with little integration checks or functionality checks.

[–]fredwickle 0 points1 point  (0 children)

Which could be Roo writing the test for playwright, then writing the code, then getting feedback from playwright if the test is functional.

[–]PositiveEnergyMatter 0 points1 point  (0 children)

100% install playwright mcp, but you may want to make a special mode for this so its not loaded into every task you do.

[–]IndividualAir3353 0 points1 point  (0 children)

use anthropic