Closed vmarcella closed 3 months ago
This allows users to specify/override environment variables inside a markdown document by providing --var KEY=VALUE when running ie test. Both execute and interactive already support this feature and the implementation was ported over to ie test.
--var KEY=VALUE
ie test
execute
interactive
This allows users to specify/override environment variables inside a markdown document by providing
--var KEY=VALUE
when runningie test
. Bothexecute
andinteractive
already support this feature and the implementation was ported over toie test
.