refactor: Switch from maestro to flutter integration tests
This commit is contained in:
parent
c15be05246
commit
0a42f28cf1
34 changed files with 495 additions and 727 deletions
14
README.md
14
README.md
|
|
@ -106,6 +106,20 @@ flutter build windows --release
|
|||
flutter build macos --release
|
||||
```
|
||||
|
||||
## How to run integration tests
|
||||
|
||||
You need to have docker installed locally! Run the preparation script before every test run:
|
||||
|
||||
```sh
|
||||
./scripts/prepare_integration_test.sh
|
||||
```
|
||||
|
||||
Then run all tests with:
|
||||
|
||||
```sh
|
||||
flutter test integration_test/mobile_test.dart
|
||||
```
|
||||
|
||||
|
||||
# Special thanks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue