Skip to content

Commit

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

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

0 comments on commit a9ce065

Please sign in to comment.