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! You must have Node.js version 18 or later installed..
 
  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-projectpnpm
npx @launch-utaf/create-test-project --pm pnpmyarn
npx @launch-utaf/create-test-project --pm yarnBun
bunx @launch-utaf/create-test-project --pm bunThis 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.

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