Skip to content

Commit

Permalink
docs: add deprecation section
Browse files Browse the repository at this point in the history
  • Loading branch information
egilsster committed Aug 6, 2021
1 parent e064f0d commit ff4fb08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,18 @@

`after-work.js` is an unified test framework highly configurable through cli and configuration files allowing tests to be executed in the desired context.

# Deprecated

`after-work.js` is deprecated. Here are some alternatives:

- Jest: <https://jestjs.io/>
- Mocha: <https://mochajs.org/>
- Ava: <https://github.com/avajs/ava>
- Testing-library: <https://testing-library.com/>
- Playwright: <https://playwright.dev/>
- Puppeteer: <https://pptr.dev/>
- Cypress: <https://www.cypress.io/>

## Requirements

### Default runner
Expand Down

0 comments on commit ff4fb08

Please sign in to comment.