Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump 0.0.1-rc.5 #25

Merged
merged 3 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

TUI Test is a framework for testing terminal applications. It provides a rich API for writing tests that interact with a terminal application across macOS, Linux, and Windows with a wide range of shells. It is built to be **fast**, **reliable**, and **easy to use**.

## Requirements

- Node.js 20.X, 18.X, 16.X (16.6.0 >=)

## Installation

Install TUI Test as using `npm`:
Expand All @@ -26,17 +30,10 @@ pnpm add -D @microsoft/tui-test

Running tests is as simple as running TUI Test from the command line after installation:

```sh
tui-test
```

Or run it using `npx`:

```sh
npx @microsoft/tui-test
```


## Capabilities

### Resilient • No flaky tests
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
"test:e2e": "npm run build && node index.js e2e.test.ts"
},
"version": "0.0.1-rc.4",
"description": "Fast and precise end-to-end terminal testing framework",
"version": "0.0.1-rc.5",
"description": "An end-to-end terminal testing framework for CLI and TUI experiences",
"type": "module",
"engines": {
"node": ">=16.6.0 <21.0.0"
Expand Down
Loading