PlatformIO 프로젝트에서 로컬 테스트 실행. 더 많은 정보: https://docs.platformio.org/en/latest/core/userguide/cmd_test.html.
pio test
pio test --environment {{환경1}} --environment {{환경2}}
pio test --filter "{{패턴}}"
pio test --ignore "{{패턴}}"
pio test --upload-port {{업로드_포트}}
pio test --project-conf {{경로/대상/platformio.ini}}