How to organize casperjs test with es6 modules
Asked Answered
M

1

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?

Misinterpret answered 13/1, 2016 at 12:52 Comment(0)
T
1

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

Documentation: Writing CasperJS modules

Tees answered 8/8, 2016 at 15:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.