0
Fork 0
mirror of https://github.com/sindresorhus/execa synced 2026-05-05 17:07:23 +02:00
gh-sindresorhus-execa/test/fixtures
ehmicky e330bd8194
Some checks failed
CI / Node.js 18 on macos (push) Waiting to run
CI / Node.js 18 on windows (push) Waiting to run
CI / Node.js 23 on macos (push) Waiting to run
CI / Node.js 23 on windows (push) Waiting to run
CI / Node.js 18 on ubuntu (push) Failing after 1s
CI / Node.js 23 on ubuntu (push) Failing after 1s
Runs CI tests on Node 23 (#1169)
2024-10-29 12:48:34 +07:00
..
nested Allow verbose option to be a function for custom logging (#1130) 2024-06-21 09:55:29 +02:00
all-fail.js Fix lines option (#957) 2024-04-05 12:18:49 +09:00
all.js Fix lines option (#957) 2024-04-05 12:18:49 +09:00
command with space.js Require Node.js 12.20 and move to ESM (#478) 2021-11-17 17:48:00 +07:00
delay.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
detach.js Simplify tests (#552) 2023-03-14 14:38:37 +07:00
echo-fail.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
echo.js Require Node.js 12.20 and move to ESM (#478) 2021-11-17 17:48:00 +07:00
empty.js Allow stdin/stdout/stderr to be an array (#643) 2023-12-27 17:34:57 +01:00
environment.js Require Node.js 12.20 and move to ESM (#478) 2021-11-17 17:48:00 +07:00
exit.js Use process.exitCode instead of process.exit() in tests (#805) 2024-02-09 03:04:05 +07:00
fail.js Use process.exitCode instead of process.exit() in tests (#805) 2024-02-09 03:04:05 +07:00
fast-exit-darwin Add .node() method (#200) 2019-06-18 23:45:13 +07:00
fast-exit-linux Add .node() method (#200) 2019-06-18 23:45:13 +07:00
forever.js Require Node.js 12.20 and move to ESM (#478) 2021-11-17 17:48:00 +07:00
graceful-disconnect.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-echo.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-listener.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-none.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-print.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-ref.js Runs CI tests on Node 23 (#1169) 2024-10-29 12:48:34 +07:00
graceful-send-echo.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-send-fast.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-send-print.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-send-string.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-send-twice.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-send.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-twice.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
graceful-wait.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
hello.cmd Add .node() method (#200) 2019-06-18 23:45:13 +07:00
hello.sh Add .node() method (#200) 2019-06-18 23:45:13 +07:00
ipc-any.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-disconnect-get.js Refactor reference counting with IPC (#1089) 2024-05-24 15:13:39 +07:00
ipc-disconnect.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-echo-fail.js Add result.ipc/error.ipc (#1067) 2024-05-18 22:55:11 +02:00
ipc-echo-filter.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-echo-item.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-echo-twice-fail.js Add result.ipc/error.ipc (#1067) 2024-05-18 22:55:11 +02:00
ipc-echo-twice-wait.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-echo-twice.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-echo-wait.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-echo.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-get-filter-throw.js Handle exceptions from the filter option of getOneMessage() (#1091) 2024-05-24 12:54:29 +02:00
ipc-get-io-error.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-get-ref.js Add reference option to getOneMessage() and getEachMessage() (#1107) 2024-05-28 19:25:31 +02:00
ipc-get-send-get.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-get-unref.js Add reference option to getOneMessage() and getEachMessage() (#1107) 2024-05-28 19:25:31 +02:00
ipc-get.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
ipc-iterate-back-serial.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-iterate-back.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-iterate-break.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-iterate-error.js Do not disconnect IPC on error event on process (#1086) 2024-05-22 12:14:17 +02:00
ipc-iterate-io-error.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-iterate-print.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-iterate-ref.js Add reference option to getOneMessage() and getEachMessage() (#1107) 2024-05-28 19:25:31 +02:00
ipc-iterate-send.js Fix break statement with subprocess.getEachMessage() (#1082) 2024-05-21 10:06:51 +02:00
ipc-iterate-throw.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-iterate-twice.js Do not disconnect IPC on error event on process (#1086) 2024-05-22 12:14:17 +02:00
ipc-iterate-unref.js Add reference option to getOneMessage() and getEachMessage() (#1107) 2024-05-28 19:25:31 +02:00
ipc-iterate.js Add result.ipc/error.ipc (#1067) 2024-05-18 22:55:11 +02:00
ipc-once-disconnect-get.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-once-disconnect-send.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-once-disconnect.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-once-message-get.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-once-message-send.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-once-message.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-print-many-each.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-print-many.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-process-error.js Do not disconnect IPC on error event on process (#1086) 2024-05-22 12:14:17 +02:00
ipc-process-send-get.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-process-send-send.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-process-send.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-replay.js Improve buffer: false option with IPC (#1094) 2024-05-24 23:45:32 +02:00
ipc-send-argv.js Add more IPC-related tests (#1061) 2024-05-16 21:54:56 +03:00
ipc-send-disconnect.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-send-echo-strict.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-send-echo-wait.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-send-error.js Add result.ipc/error.ipc (#1067) 2024-05-18 22:55:11 +02:00
ipc-send-fail.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-send-forever.js Log IPC messages with verbose: 'full' (#1063) 2024-05-17 19:38:58 +02:00
ipc-send-get.js Handle exceptions from the filter option of getOneMessage() (#1091) 2024-05-24 12:54:29 +02:00
ipc-send-io-error.js Add tests for I/O errors during sendMessage() (#1095) 2024-05-24 23:47:36 +02:00
ipc-send-json.js Log IPC messages with verbose: 'full' (#1063) 2024-05-17 19:38:58 +02:00
ipc-send-many.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-send-native.js Improve buffer: false option with IPC (#1094) 2024-05-24 23:45:32 +02:00
ipc-send-pid.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-send-print.js Improve buffer: false option with IPC (#1094) 2024-05-24 23:45:32 +02:00
ipc-send-repeat.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-send-strict-catch.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-send-strict-get.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-send-strict-listen.js Fix deadlocks with IPC (#1104) 2024-05-27 12:36:27 +02:00
ipc-send-strict.js Add strict option to sendMessage() (#1098) 2024-05-27 04:12:28 +07:00
ipc-send-twice.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
ipc-send-wait-print.js Debounce message events (#1087) 2024-05-23 12:16:30 +02:00
ipc-send.js Log IPC messages with verbose: 'full' (#1063) 2024-05-17 19:38:58 +02:00
max-buffer.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
nested-double.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-fail.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-inherit.js Add support for std*: duplex option (#937) 2024-03-29 20:57:21 +09:00
nested-multiple-stdin.js Add support for std*: ['pipe', 'inherit'] with execaSync() (#954) 2024-04-04 11:39:39 +09:00
nested-multiple-stdio-output.js Add support for std*: ['pipe', 'inherit'] with execaSync() (#954) 2024-04-04 11:39:39 +09:00
nested-node.js Upgrade xo (#980) 2024-04-19 10:19:46 +09:00
nested-pipe-file.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-pipe-script.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-pipe-stream.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-pipe-subprocess.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-pipe-subprocesses.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00
nested-pipe-verbose.js Allow verbose option to be a function for custom logging (#1130) 2024-06-21 09:55:29 +02:00
nested-stdio.js Upgrade xo (#980) 2024-04-19 10:19:46 +09:00
nested-sync-tty.js Upgrade xo (#980) 2024-04-19 10:19:46 +09:00
nested-write.js Add support for buffer: false to execaSync() (#953) 2024-04-04 10:47:33 +09:00
nested.js Allow verbose option to be a function for custom logging (#1130) 2024-06-21 09:55:29 +02:00
no-await.js Upgrade xo (#980) 2024-04-19 10:19:46 +09:00
no-killable.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
non-executable.js Require Node.js 12.20 and move to ESM (#478) 2021-11-17 17:48:00 +07:00
noop-132.js Add more tests for the verbose: 'full' option (#961) 2024-04-07 13:19:53 +09:00
noop-both-fail-strict.js Add support for all option to execaSync() (#956) 2024-04-04 12:42:13 +09:00
noop-both-fail.js Add support for all option to execaSync() (#956) 2024-04-04 12:42:13 +09:00
noop-both.js Allow setting different maxBuffer values for stdout/stderr (#966) 2024-04-09 13:42:50 +09:00
noop-continuous.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-delay.js Make subprocess async iterable (#923) 2024-03-23 22:17:56 +09:00
noop-fail.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-fd-ipc.js Add promise-based IPC (#1059) 2024-05-16 10:17:44 +03:00
noop-fd.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-forever.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-progressive.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-repeat.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-stdin-double.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-stdin-fail.js Add .readable(), .writable() and .duplex() methods (#912) 2024-03-18 14:59:04 +07:00
noop-stdin-fd.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
noop-verbose.js Allow verbose option to be a function for custom logging (#1130) 2024-06-21 09:55:29 +02:00
noop.js Allow template strings with all methods (#933) 2024-03-27 19:48:07 +09:00
stdin-both.js Improve piping processes (#834) 2024-02-22 02:32:34 +07:00
stdin-fail.js Improve piping processes (#834) 2024-02-22 02:32:34 +07:00
stdin-fd-both.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
stdin-fd.js Improve test helpers (#910) 2024-03-17 11:41:38 +07:00
stdin-script.js Upgrade xo (#980) 2024-04-19 10:19:46 +09:00
stdin-twice-both.js Add .readable(), .writable() and .duplex() methods (#912) 2024-03-18 14:59:04 +07:00
stdin.js Require Node.js 12.20 and move to ESM (#478) 2021-11-17 17:48:00 +07:00
verbose-script.js Improve verbose option (#883) 2024-03-03 20:30:52 +07:00
wait-fail.js Add gracefulCancel option (#1109) 2024-06-04 01:39:27 +02:00
worker.js Refactor test helpers for the verbose option (#1128) 2024-06-19 15:31:05 +02:00