Skip to content Skip to sidebar Skip to footer
Showing posts with the label Intern

Events After Clickmousebutton

In one of my tests I have the mouse moved to a specific location and then clickMouseButton() is cal… Read more Events After Clickmousebutton

How Do I Load The Node.js Http Module From Within An Intern.js Test?

I am attempting to use the Intern test framework to automate testing of a simple REST API implement… Read more How Do I Load The Node.js Http Module From Within An Intern.js Test?

Testing Custom Javascript (not Node Module) With Intern

Is it possible to create and run test suites for custom client-side JavaScript, not created as Node… Read more Testing Custom Javascript (not Node Module) With Intern