diff --git a/package.json b/package.json index 5773d4f..17581ce 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "lic_transitive": "npx @adsk/adsk-npm-license-puller --path . --app-name 'dynamo-home' --verbose --about-box ./license_output/about-box_transitive.html --about-box-type desktop --transitive --year $(date) --paos ./license_output/paos_transitive.csv", "generate_license": "npm run lic_direct && npm run lic_transitive", "test:unit": "NODE_ENV=test jest tests/App.test.js", + "test:e2e": "playwright test tests/e2e.test.js" }, "eslintConfig": { "extends": [