We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf21da commit 1c15964Copy full SHA for 1c15964
README.md
@@ -51,3 +51,9 @@ to the instructions. You will then need to open the testing suite in your browse
51
and edit the user-defined variables in the browser UI to match the start command
52
for this server \(`java -jar ABSOLUTE_PATH_TO_COMPILED_JAR.jar`\), and the absolute
53
path to the cloned cob_spec repo.
54
+
55
+Note that when the cob_spec test suite is run, the files `public/form` and
56
+`public/method_options` will be created. This is because the suite specifies
57
+successful `POST` requests to these two routes and the server treats a `POST`
58
+request as a file creating operation. The server will also create a file at
59
+`public/logs` if it does not already exist which allows `GET` requests.
0 commit comments