Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 14, 2023
1 parent 3608833 commit 8d3751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// netlify plugin to run playwright on deploy previews

export async function onSuccess({ utils }) {
await utils.run("playwright", ["install"]);
await utils.run("playwright", ["install", "--with-deps"]);
await utils.run("playwright", ["test"]);
}

0 comments on commit 8d3751a

Please sign in to comment.