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..
Create a new UTAF test project using the following command:
npm
pnpm
yarn
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.
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