<% if (isJekyll) { %>--- title: tns test init position: 21 ---<% } %>
Configures your project for unit testing with a selected framework. This operation installs the nativescript-unit-test-runner npm module and its dependencies and creates a tests
folder in the app
directory.
Usage | Synopsis |
---|---|
General | $ tns test init [--framework <Framework>] |
--framework <Framework>
- Sets the unit testing framework to install. The following frameworks are available: <%= formatListOfNames(getUnitTestingFrameworkNames(), 'and') %>.
<% if(isHtml) { %>
- You can configure only one unit testing framework per project.
Command | Description |
---|---|
test android | Runs the tests in your project on Android devices or native emulators. |
test ios | Runs the tests in your project on iOS devices or the iOS Simulator. |
<% } %> |