OverviewThe Nightwatch Extension for Visual Studio Code is a powerful tool that enables developers to write, run, and view test results in a single, integrated environment. With an easy installation process, user-friendly interface, and powerful features, this extension is the ideal solution for developers looking to streamline their testing workflow. Key Features
RequirementsThis extension requires Nightwatch JS version v2.3.4 or higher. InstallationTo install the Nightwatch Test Explorer extension, follow these steps:
Alternatively, you can download the extension from the Visual Studio Code Marketplace. UsageTo use the Nightwatch Test Explorer extension, follow these steps:
Easy InstallationInstalling Nightwatch with the Nightwatch Extension is simple and straightforward. It takes care of all the setup and configuration for you, so you can focus on writing and running tests. Run and Debug your testsRunning and debugging tests is a breeze with the Nightwatch Extension. The user interface is intuitive and easy to use, and the powerful debugging features help you catch and fix issues quickly. View tests resultsViewing test results is simple and efficient with the Nightwatch Extension. You can quickly view individual test results, aggregate test results, and output from test execution, all in one place. Quick Setting PanelThe Quick Settings Panel gives you greater control over your test runs. You can run tests in headless mode, open reports post-test runs, and control the number of parallels for your Nightwatch test runs. Environments PanelThe Environments Panel makes it easy to test across multiple browsers and devices. You can quickly select the environment (browser) you want to run your tests in, and the Nightwatch Extension takes care of the rest. Learn more about Nightwatch environments. Development of the PluginWhen working on the plugin you will need to do the following:
Go fix the issue and then use on of the npm commands to package and test. See commands available in the To create an installable extension run the following command from the top level of the repository.
|