Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit e8bdae8

Browse files
committed
document the change to tests
1 parent 4607276 commit e8bdae8

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,11 @@ equivalent to our .editorconfig file.
105105
#### Test your code (pre-release mainly)
106106

107107
We are working hard to improve MarkLogic Workflow's testing. If you add new actions
108-
in process models then please write unit tests in the shtests directory.
109-
When finished, verify that the self-test works.
108+
in process models then please write unit tests using the [Roxy framework](https://github.com/marklogic-community/roxy/wiki/Unit-Testing).
110109

111-
```sh
112-
$ cd shtests
113-
$ ./all.sh
114-
```
110+
The default location for the test interface is http://localhost:8042/test/ - note that tests e2e-rest-process-json and e2e-rest-process-xml will attempt to create a user (**test-workflow-user**) during setup and remove it during the teardown phase.
111+
112+
When finished, verify that the self-test works.
115113

116114
Make sure that all tests pass. Please, do not submit patches that fail.
117115

documentation/INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ To install via roxy, within the roxy directory, edit the properties file for the
55
./ml local bootstrap
66
./ml local deploy modules
77
./ml local deploy cpf
8-
# ./ml local deploy content
8+
9+
Note that if left as is, the [Roxy test harness](https://github.com/marklogic-community/roxy/wiki/Unit-Testing) will also be set up at http://localhost:8042/test/
910

1011
### Configure MIME types
1112

0 commit comments

Comments
 (0)