Installation

Creating a New Test Suite

The UTAF command-line tool is used to create test suites for all supported languages and test automation frameworks.

warning Warning! You must have Node.js version 18 or later installed..

Create a new UTAF test project using the following command:

npm
npx @launch-utaf/create-test-project
pnpm
npx @launch-utaf/create-test-project --pm pnpm
yarn
npx @launch-utaf/create-test-project --pm yarn
Bun
bunx @launch-utaf/create-test-project --pm bun

This will guide you through setting up the new test suite, asking what programming language and test automation framework you will use along with other prompts to configure the project as needed.

Launch by NTT Data

Adding UTAF to an Existing Test Suite

TODO…

More Documentation

To learn more about building and running tests with UTAF, see the following tutorials:

  • Getting Started with C#
  • Getting Started with Java
  • Getting Started with Javascript/Typescript
  • Getting Started with Python