Skip to content

Commit

Permalink
feat: added support for Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 6, 2020
1 parent 1b77925 commit 4112694
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,10 @@ module.exports = {
Monorepos: ['Yarn Workspaces', 'Lerna'],
npmPackages: '{*babel*,@babel/*,eslint,webpack,create-react-app,react-native,lerna,jest}',
},
playwright: {
System: ['OS', 'Memory', 'Container'],
Binaries: ['Node', 'Yarn', 'npm'],
Languages: ['Bash'],
npmPackages: '{playwright*}',
},
};

0 comments on commit 4112694

Please sign in to comment.