harvey
harvey
COMMAND: ./images chrome -b https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_120.0.6099.216-1_amd64.deb -d 120.0.6099.216 -t selenoid/chrome:120.0 ERROR: ```shell Google Chrome 120.0.6099.216 Removing intermediate container f8e8f3044bcc ---> fc19013f42b1 Successfully built fc19013f42b1 Successfully tagged selenoid/dev_chrome:120.0.6099.216 2024/01/15 17:22:09 downloading driver...
Here is my test code: `Feature("test") Scenario("test1", ({ I }) => { I.wait(3) session("customer", browserstack_desktop_configuration, async () => { I.wait(3); }) }) Scenario("test2", ({ I }) => { I.wait(3) session("customer",...