Skip to content

Commit

Permalink
create local linux script from existing ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed May 30, 2019
1 parent 7247ba1 commit a1a59fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/linux_headless_all_implemented_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
sudo apt-get install -y xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic xvfb x11-apps
sudo apt-get install -y imagemagick
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
export DISPLAY=':99.0'
yarn run unit
yarn run clean && yarn run pack && yarn run cucumber:postpack:impl

0 comments on commit a1a59fd

Please sign in to comment.