From 12d7f0776c4547539c2dbd57ee27b92a9f363f61 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 18 Sep 2017 10:35:49 +0200 Subject: [PATCH] renamed create client path for e2e and README.md update --- README.md | 12 ++++++------ ...ients_path.spec.js => create_client_path.spec.js} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename e2e/paths/{clients_path.spec.js => create_client_path.spec.js} (98%) diff --git a/README.md b/README.md index b7fcd4ae4a..30f05b3845 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,11 @@ install nodejs v6 or above. install nginx globally. -inside each service folder run: -npm install +Ask a senior dev for the datasources.development.json files required to run the project. on root run: npm install - -Ask a senior dev for the datasources.development.json files required to run the project. +gulp install lauching nginx: ./dev.sh @@ -39,11 +37,13 @@ for client-side unit tests run from project's root: karma start for server-side unit tests run from project's root: -./test_services.sh +npm run testWatch or test for single run ### Break down into end to end tests -comming soon. +on root run: + +npm run e2e ## Built With diff --git a/e2e/paths/clients_path.spec.js b/e2e/paths/create_client_path.spec.js similarity index 98% rename from e2e/paths/clients_path.spec.js rename to e2e/paths/create_client_path.spec.js index 55882a1cf3..aba527cb5b 100644 --- a/e2e/paths/clients_path.spec.js +++ b/e2e/paths/create_client_path.spec.js @@ -151,7 +151,7 @@ describe('Clients path', () => { // this test should remain commented until the fixtures are implemented to avoid chainned failures. - // it('should receive an error when clicking the create button having all the form fields empty but email', done => { + // it(`should create a new user with all it's data`, done => { // nightmare // .wait(longWait) // .clearInput(selectors.createClientView.email)