[Libreoffice-commits] online.git: cypress_test/README
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 17 12:46:51 UTC 2020
cypress_test/README | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 584d50b8ea90124d53e0795841577ca6a0fcd04a
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Sep 17 13:00:50 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Sep 17 14:46:28 2020 +0200
cypress: add some note to README about php-proxy.
Change-Id: Iecbd80f9d145bf5c9d617f6ce6ada94c0bd9d91b
diff --git a/cypress_test/README b/cypress_test/README
index c604b32cd..8e1dde937 100644
--- a/cypress_test/README
+++ b/cypress_test/README
@@ -145,6 +145,19 @@ Limitations:
* NC integration uses iframes which makes harder to test with cypress.
* cy.document() and cy.window() not properly works by now.
+Running tests with php-proxy
+----------------------------
+
+You can run any test runner command with php-proxy with setting
+CYPRESS_INTEGRATION environment variable. For example:
+
+CYPRESS_INTEGRATION="php-proxy" make check
+
+Prerequisites:
+* Download php-proxy script:
+https://github.com/CollaboraOnline/richdocumentscode/blob/master/proxy.php
+* Put it under /srv/www/htdocs/richproxy/ folder.
+
Known issues
------------
More information about the Libreoffice-commits
mailing list