mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Allow debugging for web acceptance tests (#28883)
* adding debug option for web acceptance tests fix: improving acceptance debug make target and removing duplicate service from docker-compose * Switching debug mode to use DEBUG=true in test command --------- Co-authored-by: Liam O'Brien <l.obrien@digital-science.com> GitOrigin-RevId: 42a2ef53db08eccbf2a52f829a2fb7af997f911e
This commit is contained in:
committed by
Copybot
parent
92d7077878
commit
a7b4fdde9c
@@ -9,6 +9,8 @@
|
||||
"scripts": {
|
||||
"test:acceptance:run_dir": "bin/test_acceptance_run_dir",
|
||||
"test:acceptance:app": "npm run test:acceptance:run_dir -- test/acceptance/src",
|
||||
"test:acceptance:app:debug": "npm run test:acceptance:debug:run_dir -- test/acceptance/src",
|
||||
"test:acceptance:debug:run_dir": "mocha --recursive --timeout 25000 --grep=$MOCHA_GREP --require test/acceptance/bootstrap.js --inspect=0.0.0.0:19999 --inspect-brk",
|
||||
"test:unit:run_dir": "bin/test_unit_run_dir",
|
||||
"test:unit:all": "npm run test:unit:run_dir -- test/unit/src modules/*/test/unit/src",
|
||||
"test:unit:all:silent": "npm run test:unit:all -- --reporter dot",
|
||||
|
||||
Reference in New Issue
Block a user