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?
How to organize casperjs test with es6 modules
You can use the patchRequire
method to include your CasperJs module.
Documentation: Writing CasperJS modules
© 2022 - 2024 — McMap. All rights reserved.