Is there a way to use ES6 modules to organise the test for CasperJS, and if not what is the normal way to organise the tests?
Asked
Active
Viewed 852 times
1 Answers
1
You can use the patchRequire
method to include your CasperJs module.
Documentation: Writing CasperJS modules

LasaleFamine
- 613
- 6
- 12