Pular para o conteúdo principal
Versão: v2.x.x

enforce

Ensures that the execution is valid and safe before proceeding with the tests.

1.1Early Development
History
VersionChanges
v2.5.0
CLI: Add enforce option.
  • Forces an error if any CLI flags are invalid.
  • Forces an error if no file is found (soon).
  • Forces an error if the environment has multiple platforms and the --platform option isn't explicit (soon).

CLI

npx poku --enforce ./test
  • Short flag: -x.
info

This feature will be included in the configuration file when the development stage is stable.