playwright/packages
Max Schmitt d2f581a19c
fix(test-runner): don't double emit SIGINT in long running test (#24265)
https://github.com/microsoft/playwright/issues/23907

This fixes the following scenario. You press Command + C during the
test-execution, then a global teardown will execute, which takes a long
time and before this on macOS did sometimes end up in an unwanted SIGINT
received inside the globalTeardown handler. After this change this won't
happen anymore.
2023-07-18 18:46:18 +02:00
..
html-reporter chore: ensure module deps in ct-core (#24056) 2023-07-06 12:01:45 -07:00
playwright chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-chromium chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-core feat(chromium-tip-of-tree): roll to r1133 (#24280) 2023-07-18 15:11:01 +02:00
playwright-ct-core chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-react chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-react17 chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-solid chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-svelte chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-vue chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-vue2 chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-firefox chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-test fix(test-runner): don't double emit SIGINT in long running test (#24265) 2023-07-18 18:46:18 +02:00
playwright-webkit chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
protocol/src feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
recorder feat(ui): render all console / network messages in trace (#24115) 2023-07-10 12:56:56 -07:00
trace/src feat(trace): render Node console messages in trace (#24139) 2023-07-10 18:36:28 -07:00
trace-viewer feat(ui): run deps in UI mode if dep projects are checked (#24245) 2023-07-15 15:11:31 -07:00
web fix(ui): bump min sidebar size (#24193) 2023-07-13 15:14:49 -07:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00