Skip to content

Commit

Permalink
@knludi Step 2 - Add kranberry.properties.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aludmila-gdev committed Aug 17, 2021
1 parent 108de28 commit 3bf5302
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/src/androidTest/assets/kranberry.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"default_timeout": 60000,
"clear_application_data_before_testing": false,
"skip_chrome_welcome_screen": true,
"page_load_timeout": 30000,
"disable_animations": true,
"app_packages": [
"io.kranberry.sample"
],
"permissions_granted_to_device": [
"ACCESS_FINE_LOCATION",
"WRITE_EXTERNAL_STORAGE",
"READ_EXTERNAL_STORAGE",
"READ_CONTACTS",
"CAMERA"
],
"progressbar_class": [
"android.widget.ProgressBar"
],
"print_colored_logs": true,
"test_class_prefix": "io.kranberry.sample.test"
}

0 comments on commit 3bf5302

Please sign in to comment.