
pio-test
List of commands for pio-test:
-
pio-test:tldr:2847d pio-test: Test only specific environments.$ pio test --environment ${environment1} --environment ${environment2}try on your machineexplain this command
-
pio-test:tldr:2daa6 pio-test: Specify a custom configuration file for running the tests.$ pio test --project-conf ${path-to-platformio-ini}try on your machineexplain this command
-
pio-test:tldr:3388d pio-test: Specify a port for firmware uploading.$ pio test --upload-port ${upload_port}try on your machineexplain this command
-
pio-test:tldr:67806 pio-test: Run all tests in all environments of the current PlatformIO project.$ pio testtry on your machineexplain this command
-
pio-test:tldr:79c8f pio-test: Run only tests whose name matches a specific glob pattern.$ pio test --filter "${pattern}"try on your machineexplain this command
-
pio-test:tldr:e5922 pio-test: Ignore tests whose name matches a specific glob pattern.$ pio test --ignore "${pattern}"try on your machineexplain this command