carton/Tests/CartonCommandTests
Yuta Saito 1b2abfd880
Inherit all env-var from host and add `--env` option to `carton-test` (#495)
This change introduces a new feature in the carton-test command, allowing users
to pass environment variables to the test process via a new `--env` option.
Additionally, it ensures that all environment variables from the host system are
inherited by the guest test process.
2024-08-26 21:32:48 +09:00
..
BundleCommandTests.swift Add `-Xwasm-opt` option to `bundle` subcommand (#478) 2024-06-04 02:02:19 +09:00
CommandTestHelper.swift Inherit all env-var from host and add `--env` option to `carton-test` (#495) 2024-08-26 21:32:48 +09:00
DevCommandTests.swift Verify if tests communicate with just spawned dev server (#479) 2024-06-06 14:46:43 +00:00
FrontendDevServerTests.swift Percent decode the URI for the static resource requests (#491) 2024-06-24 14:40:20 +09:00
TestCommandTests.swift Inherit all env-var from host and add `--env` option to `carton-test` (#495) 2024-08-26 21:32:48 +09:00
Testable.swift Remove test utility `ls` (#469) 2024-05-23 00:53:38 +09:00