We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af85fa0 commit e66275fCopy full SHA for e66275f
launch.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+export PATH=`pwd`/node_modules/.2.27.2@chromedriver/lib/chromedriver:$PATH
3
+export DISPLAY=:1.5
4
+Xvfb :1 -screen 5 1024x768x8 &
5
+npm run start
0 commit comments