12

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?

Andreas Köberle
  • 106,652
  • 57
  • 273
  • 297

1 Answers1

1

You can use the patchRequire method to include your CasperJs module.

Documentation: Writing CasperJS modules

LasaleFamine
  • 613
  • 6
  • 12