The Configure JS Test Driver dialog box enables you to configure the JS Test Driver server for running tests of your JavaScript files. In this dialog box you specify the URL of the JS Test Driver server and browsers that you want to run the tests against.
You open the Configure JS Test Driver dialog box by right-clicking the JS Test Driver node in the Services window and choosing Configure in the drop-down list.
You configure JS Test Driver in this dialog box by supplying the following details.
Element | Description |
---|---|
JsTestDriverJAR |
Click Browse to locate the JAR on your local system. |
Server URL |
Specify the URL. The default address is http://localhost:42442 but you can specify the address of any server that you are using as your JS test driver server. |
Browsers to use for testing |
Select the browsers that you want to run the tests against. The dialog box lists the browsers that are currently installed on your local system. JavaScript debugging is enabled if you select Chrome with NetBeans JS Debugger. |
Start browsers in STRICT mode |
When selected, the strict DOCTYPE is added to the HTML runner. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |