renamed create client path for e2e and README.md update

This commit is contained in:
Carlos 2017-09-18 10:35:49 +02:00
parent aed228e2e2
commit 12d7f0776c
2 changed files with 7 additions and 7 deletions

View File

@ -16,13 +16,11 @@ install nodejs v6 or above.
install nginx globally. install nginx globally.
inside each service folder run: Ask a senior dev for the datasources.development.json files required to run the project.
npm install
on root run: on root run:
npm install npm install
gulp install
Ask a senior dev for the datasources.development.json files required to run the project.
lauching nginx: lauching nginx:
./dev.sh ./dev.sh
@ -39,11 +37,13 @@ for client-side unit tests run from project's root:
karma start karma start
for server-side unit tests run from project's root: 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 ### Break down into end to end tests
comming soon. on root run:
npm run e2e
## Built With ## Built With

View File

@ -151,7 +151,7 @@ describe('Clients path', () => {
// this test should remain commented until the fixtures are implemented to avoid chainned failures. // 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 // nightmare
// .wait(longWait) // .wait(longWait)
// .clearInput(selectors.createClientView.email) // .clearInput(selectors.createClientView.email)