renamed create client path for e2e and README.md update
This commit is contained in:
parent
aed228e2e2
commit
12d7f0776c
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
Loading…
Reference in New Issue