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: sample/src/androidTest/java/com/nextcloud/android/sso/sample/E2ETest.java
+18-8
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,23 @@
22
22
importorg.junit.runners.MethodSorters;
23
23
24
24
/**
25
-
* FIXME This does not yet work
25
+
* <h1>Setup</h1>
26
+
* <h2>CI / CD</h2>
27
+
* <p>No manual configuration needs to be done because the setup already happens in the <code>e2e.yml</code> file.</p>
28
+
* <h2>Local</h2>
29
+
* <ol>
30
+
* <li>Set {@link #CONFIG_SERVER_URL}, {@link #CONFIG_USERNAME}, {@link #CONFIG_PASSWORD} and {@link #CONFIG_DISPLAY_NAME}. The Nextcloud instance must exist and be reachable.</li>
31
+
* <li>Remove any existing installation of the Nextcloud files app</li>
32
+
* <li>Install the <a href="https://download.nextcloud.com/android/dev/latest.apk">Dev-Version of the Nextcloud files app</a></li>
33
+
* <li>Grant the <code>android.permission.READ_EXTERNAL_STORAGE</code> permission to the Nextcloud files app</li>
0 commit comments