trailsjs / generator-trails-old

:package: Trails Generator.
Other
6 stars 8 forks source link

Test generate trails app for Hapi and Express #44

Closed jaumard closed 8 years ago

jaumard commented 8 years ago

Hi @trailsjs/maintainers !

Here is something useful ^^ I'm trying to test the Trails generate project on unit test to be sure when generate the project is running correctly. Currently it fail because of this one https://github.com/trailsjs/trails/issues/154 (https://travis-ci.org/trailsjs/generator-trails/jobs/125686978#L777)

But I have some problem to run the app if anyone have some idea on how fix this it could be nice.

Also this kind of test can be integrate to trailpack to see if the generator-trails can generate a project correctly with the given trailpack (just an idea).

Fix https://github.com/trailsjs/generator-trails/issues/26

tjwebb commented 8 years ago

Yikes, I'm going to turn off greenkeeper for the generator repos. Too much noise, and I overlooked this PR until now.

jaumard commented 8 years ago

Yeah there a lot of dependencies outdated it's better to disable it for now. Once this PR is merge I will try to update dependencies all at once and after we can enable it again. I fetch last modifications to be up to date. There this error (fix on https://github.com/trailsjs/trails/pull/161) who fail tests and this PR have to be merge and publish before this one.