Skip to content

Commit

Permalink
Update selenium version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Perez committed May 27, 2016
1 parent be046c4 commit 74e8697
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
SELENIUM_JAR = tmp/selenium-server-standalone.52.0.jar
SELENIUM_JAR = tmp/selenium-server-standalone.53.0.jar
BOWER_COMPONENTS = tests/integration/pages/components
NODE_MODULES = node_modules
SELENIUM_URL = http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar

all: test dist_build

$(SELENIUM_JAR):
wget http://goo.gl/qTy1IB -O $(SELENIUM_JAR)
wget $(SELENIUM_URL) -O $(SELENIUM_JAR)

prepare: $(SELENIUM_JAR) $(BOWER_COMPONENTS) $(NODE_MODULES)

Expand Down Expand Up @@ -42,4 +43,7 @@ integration: selenium run_integration kill_selenium

test: prepare lint unit integration

watch:
gulp watch

.PHONY: test unit prepare

0 comments on commit 74e8697

Please sign in to comment.