karniv00l/PlatformIO Remote Test
Run remotely tests from PlatformIO based project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environments | Process specified environments (comma separated). | no | — |
| ignores | Ignore tests where the name matches specified patterns. More than one pattern is allowed (comma separated). | no | — |
| upload-port | A port that is intended for firmware uploading. | no | — |
| test-port | A Serial/UART port that PlatformIO uses as communication interface between PlatformIO Unit Test Engine and target device. | no | — |
| project-dir | Specify the path to project directory. By default, project-dir is equal to current working directory (CWD). | no | — |
| force-remote | By default, Remote Development processes project on a host machine and deploy final testing firmware (program) to remote device (embedded board). | no | — |
| without-building | Skip building stage. | no | — |
| without-uploading | Skip uploading stage. | no | — |
| verbose | Shows detailed information when processing environments. | no | — |
Outputs
no outputs