有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

SpringJava8项目RESTDocs未能创建目录

我正在努力使我的项目通过测试。在我的测试类中,我正在创建rest文档。adoc将生成并存储在目标文件夹中的文件片段。在circle ci中,我无法存储它们。下面您可以看到配置。yml,测试类和我在circle ci中得到的错误。这不会发生在我的本地计算机上

配置。yml->https://github.com/WojciechWeg/tiny-bank/blob/master/.circleci/config.yml

测试(第135行)——>https://github.com/WojciechWeg/tiny-bank/blob/master/src/test/java/com/tinybank/tinybankapi/controllers/CustomerControllerTest.java

错误消息:

java.lang.IllegalStateException: Failed to create directory ‘/api/customers-get’
at com.tinybank.tinybankapi.controllers.CustomerControllerTest.getCustomer(CustomerControllerTest.java:135)

共 (0) 个答案