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

feat: move playwright config at check level #928

Merged
merged 2 commits into from Jan 24, 2024

Conversation

ferrandiaz
Copy link
Contributor

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

  1. Move the playwright configuration on our checkly configuration at a check level
  2. Made it so that multistep checks can also use the playwright config

Copy link

This pull request has been linked to Shortcut Story #19039: move playwrightConfig to check level.

@ferrandiaz ferrandiaz added the build Issue regarding building and packaging label Jan 24, 2024
import * as fs from 'fs'
import { PlaywrightConfig } from '../constructs/playwright-config'

export type CheckConfigDefaults = Pick<CheckProps, 'activated' | 'muted' | 'doubleCheck'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think playwrightConfig should be here, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Playwright config is not part of the CheckProps to avoid setting it on all the checks.

Copy link

🎉 Experimental release successfully published on npm

npm install checkly@0.0.0-pr.928.88289f6

Copy link
Member

@umutuzgur umutuzgur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ferrandiaz ferrandiaz merged commit 7030912 into main Jan 24, 2024
4 checks passed
@ferrandiaz ferrandiaz deleted the ferran/sc-19039/pwtconfig-check-level branch January 24, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issue regarding building and packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants