Skip to content

Commit

Permalink
build: bump 0.0.1-rc.5 (#25)
Browse files Browse the repository at this point in the history
* build: bump 0.0.1-rc.5

Signed-off-by: Chapman Pendery <[email protected]>

* docs: update requirements

Signed-off-by: Chapman Pendery <[email protected]>

* fix: title in package.json

Signed-off-by: Chapman Pendery <[email protected]>

---------

Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Mar 11, 2024
1 parent 8fb1a26 commit eda5ffa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
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

0 comments on commit eda5ffa

Please sign in to comment.