-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
I now have a pretty robust and dynamic test generator for xqsuite tests executed on the server and then "parsed" by Mocha. see generators/app/templates/tests/xqs/xqSuite.js. Should we include that here?
The only thing that we would need to adjust is adding a method to provide the location of the xqsuite runner (and or suite) file.
The downside it would add Mocha as a dependency.
The upside you could run xqsuite tests from inside node-exist.
@line-o what do you think?