MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Update bazel build script and bazel rule #463

Closed AhmedEid closed 3 years ago

AhmedEid commented 3 years ago

Change test_plan_file.basename to test_plan_file.short_path, then modify the runner script template to pass only the basename to the bluepill executable, similar to what is done with BP_CONFIG_FILE here: https://github.com/linkedin/bluepill/blob/master/bptestrunner/bluepill_batch_test_runner.template.sh#L53

chenxiao0228 commented 3 years ago

LGTM