From 9134651285fde51a74565fa9c40b725ded3e5bc8 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 29 Nov 2015 19:59:40 +0200 Subject: [PATCH 1/3] Update Setup.md --- Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index 33930cb..e0a4bad 100644 --- a/Setup.md +++ b/Setup.md @@ -3,7 +3,8 @@ * Install node.js * Install grunt `npm install -g grunt` * Install grunt cli `npm install -g grunt-cli` - +* In project dir +* * Install all modules `npm install` # Tests * Install protractor From ad6aa1d102b1a5fea07390d00b864d26bb25480f Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 29 Nov 2015 20:00:55 +0200 Subject: [PATCH 2/3] Update end to end section --- Setup.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Setup.md b/Setup.md index e0a4bad..e60a0e8 100644 --- a/Setup.md +++ b/Setup.md @@ -3,8 +3,15 @@ * Install node.js * Install grunt `npm install -g grunt` * Install grunt cli `npm install -g grunt-cli` -* In project dir -* * Install all modules `npm install` -# Tests -* Install protractor +* In project dir - install all modules `npm install` + +# End To End Tests +* Install java +* Install protractor `npm install -g protractor` +* Update webdriver-manager `webdriver-manager update --standalone` + +# Run End To End Tests +* + + From 841cfbfab9001c3f59ab76e5b5fea962d1517327 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 29 Nov 2015 20:05:46 +0200 Subject: [PATCH 3/3] Create run tests section --- Setup.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Setup.md b/Setup.md index e60a0e8..74c477b 100644 --- a/Setup.md +++ b/Setup.md @@ -1,17 +1,18 @@ # Build Process -* Install node.js +* Install node.js (reboot required) * Install grunt `npm install -g grunt` * Install grunt cli `npm install -g grunt-cli` * In project dir - install all modules `npm install` # End To End Tests -* Install java +* Install java (reboot required) * Install protractor `npm install -g protractor` * Update webdriver-manager `webdriver-manager update --standalone` # Run End To End Tests -* +* Start webdirver server `webdriver-manager update` +* Run tests: `e2e.bat` or just `e2e`