Run React Native unit tests with Jest.
$AC_REPOSITORY_DIR
: Specifies the cloned repository directory.$AC_OUTPUT_DIR
: Specify the output directory for test results.
$AC_RN_TEST_COMMAND_ARGS
: Specify additional arguments for running the Jest command. These arguments will be added to the end of the commandjest
which will be used by default. You can add extra arguments, such as--debug --colors
, without affecting the default ones. For more information, see the Jest CLI options.
$AC_TEST_RESULT_PATH
: Path to the test result file.