Skip to content

Commit

Permalink
fix accidentally removed script
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 19, 2024
1 parent 35a76bd commit 1371491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test:ci": "npm run test:unit && npm run test:i18n && npm run test:end2end:headless",
"test:end2end:ldap": "node tests/support/ldap-server.js # used by test:end2end:server",
"test:end2end:meteor": "WARN_WHEN_USING_OLD_API=true meteor run --port 3100 --settings ./settings-test-end2end.json # used by test:end2end:server",
"test:end2end:server": "node --trace-warnings tests/support/end2end-server.js # MAIN! Use this to launch an end2end server!",
"@comment test:end2end": "**HINT** All end2end script execute all tests, except you append a -- --spec=tests/end2end/MyTest-test.js",
"test:end2end": "unset HEADLESS && npm run wdio",
"test:end2end:headless": "export HEADLESS=1 && npm run wdio",
Expand Down

0 comments on commit 1371491

Please sign in to comment.