apajaros / sedientos-server

Server for sedientos app
0 stars 0 forks source link

RESTdocs are not built in Heroku #7

Closed apajaros closed 7 years ago

apajaros commented 7 years ago

The default maven command in Heroku includes a -DskipTests flag that prevents the tests from executing. Therefore, RESTdocs, generated from tests, don't create the required snippets and the docs page is useless.

apajaros commented 7 years ago

Resolved adding a config variable in Heroku MAVEN_CUSTOM_OPTS="-DskipTests=false".