Closed apajaros closed 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.
Resolved adding a config variable in Heroku MAVEN_CUSTOM_OPTS="-DskipTests=false".
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.