Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Nov 4, 2021
1 parent fdab42b commit af22b87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Automated end-to-end testing framework powered by [Node.js](http://nodejs.org/)

Nightwatch is a complete and integrated solution for end-to-end testing of web applications and websites. It can also be used for Node.js unit and integration testing.

## Nightwatch v2.0-alpha
## Nightwatch v2.0-beta

#### [Release Notes](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-alpha.4) | [Discussions](https://github.com/nightwatchjs/nightwatch/discussions)
#### [Release Notes](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-beta.1) | [Discussions](https://github.com/nightwatchjs/nightwatch/discussions)

We're delighted to announce that [Nightwatch v2.0](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-alpha.4) is now in alpha and available in NPM. Read the [blog post](https://nightwatchjs.org/blog/nightwatch-v2-alpha-is-released.html) about the new features and changes.
We're delighted to announce that [Nightwatch v2.0](https://github.com/nightwatchjs/nightwatch/releases/tag/v2.0.0-beta.1) is now in beta and available in NPM. Read the [blog post](https://nightwatchjs.org/blog/nightwatch-v2-alpha-is-released.html) about the new features and changes.

Install with:
```sh
npm i nightwatch@alpha
npm i nightwatch@next
```

## Up & Running in 2 Minutes:
Expand Down

0 comments on commit af22b87

Please sign in to comment.