Neenad Ingole
Neenad Ingole
Yeah this is something I am also really interested hopefully you will see it soon :)
would this help? ``` pw, err := playwright.Run() if err != nil { log.Fatalf("could not launch playwright: %v", err) } browser, err := pw.Chromium.Launch(playwright.BrowserTypeLaunchOptions{ Args: []string{"--disable-dev-shm-usage", "--disable-blink-features=AutomationControlled", "--disable-component-extensions-with-background-pages"}, Headless: playwright.Bool(false),...
could you please try this? ``` r, err := regexp.Compile(".*myaccount.google.com.*") if err != nil { panic(err) } page.WaitForNavigation(playwright.PageWaitForNavigationOptions{URL: r}) ```
are you using playwright go library or typescript playwright go? from the code you have provided I see it's a TS version
@elgohr could you please provide your test that is having issue
Like [here](https://github.com/playwright-community/playwright-go/issues/328#issuecomment-1426784741) you mean?
did you try this: https://github.com/ozontech/allure-go, there is no native support for allure in go
#314 will fix this issue
@raxod502-plaid could you check the issue as the PR is merged now please?
@Ghvstcode is talking about CI. The code using Travis, but we could move to GitHub Actions as we don't have access to Travis or maybe @l3pp4rd could provide us access...