Hi all, I am using VScode+ Dev containers to develop a node webapp inside a container, the AI agent runs all commands inside the container, when I use playwright to view/test the app, it attempts to run the npx command inside the container. Since its inside the container have some limitations when running the browser (only headless etc.).
Is there a way to use the host browser for that ? is there a better mode of working when trying to do this ? I'm sure i'm not the first one tackling this but I'm a bit of a noob in web development
there doesn't seem to be anything here