chore: e2e improvements

This commit is contained in:
Jarrod Flesch
2024-03-04 16:21:55 -05:00
parent a08674f708
commit 933ae663f0
8 changed files with 20 additions and 32 deletions

View File

@@ -39,5 +39,5 @@ async function main() {
const PAYLOAD_CONFIG_PATH = path.resolve(testSuite, 'config')
process.env.PAYLOAD_CONFIG_PATH = PAYLOAD_CONFIG_PATH
nextDev({ _: [path.resolve(__dirname, '..')] })
nextDev({ _: [path.resolve(__dirname, '..')], port: process.env.PORT || 3000 })
}