Luke Johnson

Results 3 comments of Luke Johnson

I'm pretty sure there error here is actually coming from `netlify` rather than `nx`. From my command line: ``` ➜ ~ npx netlify-cli --verbose=true › Error: unknown option '--verbose=true' ›...

@e-oz https://playwright.dev/docs/debug-selectors#verbose-api-logs Playwright supports verbose logging through a `DEBUG` env, but not through a `--verbose` flag. This is easy to check. ``` ➜ ~ npx playwright --verbose error: unknown option...

``` ➜ ~ npx playwright test --verbose error: unknown option '--verbose' ``` I don't know what you're running, but I know that it's not working. Perhaps you could share so...