-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f32ae8b
commit 6528ab5
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Flank desktop prototype | ||
|
||
## Prototype Flank options | ||
|
||
The prototype will run a simple Android test on a given apk and test the apk with options to specify some flanks flags, as well | ||
as max tests shards. Those flags are the most popular one based on [mixpanel analytics](https://mixpanel.com/report/2288623/view/2835119/dashboards#id=879189) | ||
|
||
- Flags | ||
- disable sharding | ||
- disable results upload | ||
- fail fast | ||
- disable usage statistics | ||
- auto Google login | ||
|
||
- Input | ||
- Max tests shards | ||
- apk path | ||
- test apk path | ||
|
||
## Prototype design | ||
|
||
The mockup of the design is shown below: | ||
|
||
![mock](flank_mock.png) | ||
|
||
### Design elements | ||
|
||
- At the top left side there are some small buttons to toggle state of boolean options | ||
- Below there is text field to input `maxTestsShards` | ||
- Below there are two text fields with buttons placed at the right to open file chooser/provide a path to files | ||
- At the very bottom of left column there is a button to start Flank test run. | ||
- On the right side there is a big window which is responsible for displaying output | ||
|
||
## Setup | ||
|
||
Please follow [getting started guide](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Getting_Started) to set up new module for a prototype. | ||
There is also a [gradle plugin](https://github.com/JetBrains/compose-jb/tree/master/gradle-plugins) for simplifying usage of Jetbrains compose. | ||
More info on [project page](https://github.com/JetBrains/compose-jb/). | ||
|
||
### Additional resources | ||
- [IntelliJ Idea plugin](https://github.com/JetBrains/compose-jb/tree/master/examples/intelliJPlugin) | ||
- [Tutorial](https://developer.android.com/jetpack/compose/layout) | ||
- [Latest build](https://developer.android.com/jetpack/compose/layout) | ||
- [Template to use without gradle](https://github.com/JetBrains/compose-jb/tree/master/templates) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.