adding pilot page and pilot drawer

This commit is contained in:
2024-05-30 22:13:20 -05:00
parent 13b408287f
commit 3a2feba8c9
17 changed files with 726 additions and 31 deletions

View File

@@ -4,7 +4,11 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"e2e": "cucumber-js ./e2e/features/**/*.feature",
"e2e:debug": "PWDEBUG=1 cucumber-js",
"e2e:feature": "cucumber-js",
"e2e:report": "node ./e2e/support/support.js",
"e2e:rerun": "cucumber-js ./e2e/results/@rerun.txt"
},
"author": "",
"license": "ISC",