Go to file
Carlos Jimenez 0a4a2f1d1d greuge e2e path tests and nightamre config update 2018-01-09 09:26:45 +01:00
.vscode Escritos, servicio print 2017-11-27 15:08:18 +01:00
client gulp task created to run fixtures before e2e tests 2018-01-08 09:42:16 +01:00
e2e greuge e2e path tests and nightamre config update 2018-01-09 09:26:45 +01:00
services gulp task created to run fixtures before e2e tests 2018-01-08 09:42:16 +01:00
.DS_Store Jenkins 2017-11-07 13:54:19 +01:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml Eliminando codigo redundante v3 2017-10-13 16:23:00 +02:00
.gitignore refactor on e2e selectors and discal data spec 2017-11-09 09:03:41 +01:00
Jenkinsfile Jenkins 2018-01-08 11:02:40 +01:00
README.md e2e create client path - basic data channel input test 2017-10-31 14:14:33 +01:00
dev.cmd Peticiones XHR con token 2017-05-18 17:35:07 +02:00
dev.sh Errores al arrancar nginx por primera vez 2017-06-01 11:16:33 +02:00
docker-compose.yml nuevo micro servicio Item 2017-12-19 12:29:35 +01:00
e2e_tests.js successfully merged sequences for gulp docker and end to end tests 2018-01-08 13:40:05 +01:00
gulpfile.js SetInterval up to 30s waitForMySQL 2018-01-08 15:35:37 +01:00
karma.conf.js removed unused plugins from karma config 2017-08-30 08:55:21 +02:00
package.json successfully merged sequences for gulp docker and end to end tests 2018-01-08 13:40:05 +01:00
services_tests.js change on services, docker localDB y jasmime 2017-10-24 08:56:18 +02:00
webpack.config.js removed uglify 2017-11-16 09:05:53 +01:00

README.md

Project Title

One Paragraph of project description goes here

Prerequisites

For testing purposes you will need to install globally the following items: npm install -g karma npm install -g karma-cli

Getting Started // ### Installing

Pull from repo.

install nodejs v6 or above.

install nginx globally.

Ask a senior dev for the datasources.development.json files required to run the project.

on root run: npm install gulp install

lauching nginx: ./dev.sh

launching frontend: gulp client

launching backend: gulp services

Running the tests

for client-side unit tests run from project's root: karma start

for server-side unit tests run from project's root: npm run testWatch or test for single run

Break down into end to end tests

on root run:

gulp docker

wait 10 secs for db to be ready

npm run e2e

Built With

Versioning

We use SourceTree for versioning. For the versions available, see the salix project.

License

This project is licensed under the MIT License