grafana/plugin-tools

Feat: Extend the playwright config file

已關閉

#1,366 建立於 2024年11月29日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (52 個分叉)auto 404
create-pluginenhancementgood first issueno stalebot

倉庫指標

星標
 (87 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南