http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/freeCodeCamp/freeCodeCamp/blob/main/playwright.config.ts
. */ 80 // { 81 // name: 'Microsoft Edge', 82 // use: { ...devices['Desktop Edge'], channel: 'msedge' } 83 // }, 84 // { 85 // name: 'Google Chrome', 86 // use: { ...devices['Desktop Chrome'], channel: 'chrome' } 87 // } 88 ] , 89 90 /* Some tests make the api send emails, so we need mailhog to catch them */ 91 webServer : { 92 command : 'docker run -d -p 1025:1025 -p 8025:8025 mailhog/mailhog' , 93 port : 1025 , 94 reuseExistingServer : true , 95 timeout : 180000 96 } 97 } ) ;