refactor(gitpod): update playwright, add mailhog and other ports (#56123)

This commit is contained in:
Mrugesh Mohapatra
2024-09-17 15:57:58 +05:30
committed by GitHub
parent 5c4fd56e60
commit 3ff2ef19bb
5 changed files with 287 additions and 92 deletions

View File

@@ -18,6 +18,14 @@ ports:
visibility: public
- port: 3300 # challenge editor client
visibility: public
- port: 8025 # MailHog
visibility: public
onOpen: ignore
- port: 1025 # MailHog
onOpen: ignore
- port: 9323 # Playwright
visibility: public
onOpen: ignore
tasks:
- before: |