Make playwright run faster (#2737)

This commit is contained in:
Cesar Celis Hernandez
2023-04-25 10:19:00 -06:00
committed by GitHub
parent 1477def4fe
commit 6020590b2f
12 changed files with 141 additions and 36 deletions

View File

@@ -39,6 +39,7 @@
"scripts": {
"start": "PORT=5005 react-scripts start",
"build": "react-scripts build",
"buildistanbulcoverage": "PORT=9090 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"playwright": "PORT=5005 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired start"