-
Notifications
You must be signed in to change notification settings - Fork 31
Labels
create-pluginrelated to the create-plugin toolrelated to the create-plugin toolenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Which areas does this feature request relate to
- Create Plugin
- Sign Plugin
- Plugin E2E
- Plugin Meta Extractor
- Documentation
Problem
New plugin scaffolds create a playwright.config.ts in the root of the project with configuration that we might want to change at a later date. Because it lives in the root developers are free to edit it as they wish which could make it complicated to update in the future.
Solution
Move the base playwright config settings into a ./.config/playwright.config.ts
and then extend the root file in the same way we do for other config files.
Alternatives
No response
Additional context
No response
Are you interested in contributing the solution?
- Yes
- No
Metadata
Metadata
Assignees
Labels
create-pluginrelated to the create-plugin toolrelated to the create-plugin toolenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
💡 Ideation