You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui_test_guideline/ui_test_guideline.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,4 @@
12
12
- Emulator device's cpu/abi should be x86_64 to prevent "Process instrumentation crashed..." error when tests are running.
13
13
- Window animation scale, Transition animation scale and Animator duration scale options should be setted as "Animation off" in the developer options to prevent crashes when the element is not found because of the animations.
14
14
- Regression tests should be run with real-data on Prod server. All the other tests should be run with mock-data on Stage server.
15
+
- In order to run tests on Prod server, **com.trendyol.regressiontests=true** parameter should be added into **gradle.properties** file.
0 commit comments