Skip to content

Commit

Permalink
Simple test driver (#90)
Browse files Browse the repository at this point in the history
* Simple test driver

* wip

* WIP

* Fixing imports

* Update generic.dart

* WIP

* Update test_configuration.dart

* Update test_configuration.dart

* Updating fast driver

* Updating documentation
  • Loading branch information
tomaszpolanski authored Jan 13, 2020
1 parent 056fcf8 commit 712a08f
Show file tree
Hide file tree
Showing 18 changed files with 118 additions and 453 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Apache License
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Tomek Polański
Copyright 2020 Tomek Polański

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ Open in your ide `flutter-animations`
In IntelliJ/VS Code select appropriate device via device picker and run tha app

# Running Flutter Driver tests on Desktop
### Windows
```
Installing [fast_flutter_driver](https://github.com/tomaszpolanski/fast_flutter_driver) script:
```shell script
pub global activate fast_flutter_driver_tool
flutter packages get
dart .\lib\tests\test.dart -r 800x800
```

### MacOs/Linux
Running:
```
fastdriver -r 800x800
```
flutter packages get
dart ./lib/tests/test.dart -r 800x800
```
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
org.gradle.jvmargs=-Xmx1536M

android.enableR8=true
31 changes: 0 additions & 31 deletions lib/tests/src/commands.dart

This file was deleted.

24 changes: 0 additions & 24 deletions lib/tests/src/file_system.dart

This file was deleted.

40 changes: 0 additions & 40 deletions lib/tests/src/restart_widget.dart

This file was deleted.

70 changes: 0 additions & 70 deletions lib/tests/src/test_properties.dart

This file was deleted.

195 changes: 0 additions & 195 deletions lib/tests/test.dart

This file was deleted.

Loading

0 comments on commit 712a08f

Please sign in to comment.