Skip to content

vadimdemeshyn/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!/bin/bash

killall -9 phantomjs

cd /home/vadim/test/untitled

java -jar ./selenium-server-standalone-2.40.0.jar -role hub &>/home/test/untitled/error_selenium.log & disown

./phantomjs-1.9.7-linux-x86_64/bin/phantomjs --webdriver=5555 --webdriver-selenium-grid-hub=http://127.0.0.1:4444 &>/home/test/untitled/error_phantom.log & disown

mvn clean install -Dcucumber.options=" --tags @smoke"