Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-03-03 22:16:00 +08:00
parent 7ae6e9e999
commit 88d56e1e9e
1660 changed files with 281430 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# README
### End-to-End Tests
End-to-end tests simulate real-world usage and test the common behavior flows in the device firmware from start to finish. These tests validate the system's behavior based on feedback through the device API level connections.
## Running the Tests
To run the tests, follow these steps:
1. Ensure that node / pnpm and python-pip along with the meshtastic python package and platform-io are installed.
2. Ensure that supported (devices)[devices.json] are connected via USB.
3. Open a terminal in the project directory
4. Run the command `pnpm i` to install dependencies.
5. Run the command `pnpm run test` to install dependencies
The test suite will then be executed, and the results will be displayed in the terminal or command prompt.