Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] test-runner viewport can't be null #7223

Closed
mxschmitt opened this issue Jun 18, 2021 · 0 comments · Fixed by #7225
Closed

[BUG] test-runner viewport can't be null #7223

mxschmitt opened this issue Jun 18, 2021 · 0 comments · Fixed by #7225
Labels
feature-test-runner Playwright test specific issues

Comments

@mxschmitt
Copy link
Member

    {
      name: 'Chromium',
      use: {
        browserName: 'chromium',
        // Make Chromium maximized
        // @ts-ignore
        viewport: null,
        launchOptions: {
          headless: false,
          args: ["--start-maximized"]
        },
      },
    },
  ],

See the ts-ignore.

If we go with the #7221 approach, then we don't have to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-test-runner Playwright test specific issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant