Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Mar 9, 2021
1 parent 1484018 commit 66dec39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ All of them are available globally in each Jest test. If you are using ESLint an
## Debug mode

Playwright give you [ability](https://playwright.dev/docs/debug/#run-in-debug-mode) to configure the browser for debugging with the `PWDEBUG` environment variable. It will launch the browser in headful mode, disables playwright timeout and **Jest** won't timeout anymore.:

```js
PWDEBUG=1 jest
```
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
@@ -1,6 +1,6 @@
{
"name": "jest-playwright-preset",
"version": "1.5.0",
"version": "1.5.1",
"main": "index.js",
"description": "Running tests using Jest & Playwright.",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"scripts": {
"start": "npm run build -- --watch",
"build": "tsc",
"format": "prettier --write \"*.{js,md}\" \"src/**/*.js\"",
"format": "prettier --write \"*.{ts,md}\" \"src/**/*.ts\"",
"lint": "tsc --noEmit && eslint . --ext .js,.ts",
"prepublishOnly": "npm run build",
"test": "npm run test:src && npm run test:e2e",
Expand Down

0 comments on commit 66dec39

Please sign in to comment.