[Libreoffice-commits] online.git: cypress_test/README

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Fri Mar 20 11:45:44 UTC 2020


 cypress_test/README |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 49e97638b2d3b0548440947508862720e22105f2
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Mar 20 11:51:26 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Mar 20 12:45:23 2020 +0100

    cypress: update README.
    
    Change-Id: Iacf4bd05b01f0ceb4f6d976f979db62afaba091b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90784
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/README b/cypress_test/README
index d57fc0fc8..51d701d11 100644
--- a/cypress_test/README
+++ b/cypress_test/README
@@ -25,6 +25,12 @@ cypress_test folder to run cypress tests only.
 
     make check
 
+IMPORTANT: Before stepping under cypress_test folder
+and running any command listed here, make sure you've
+done a top-level make, so everything is up-to-date.
+Running commands from under cypress_test folder won't
+trigger a rebuild.
+
 To run cypress test cases selectively, you need to
 go in to the cypress_test folder first and run one of
 the following commands.
@@ -39,13 +45,13 @@ To run all mobile tests:
 
 To run one specific test suit of desktop tests,
 use spec argument with a relative path to
-cypress_test/data/desktop/:
+cypress_test/integration_tests/desktop/:
 
     make check-desktop spec=example_desktop_test_spec.js
 
 To run one specific test suit of mobile tests,
 use spec argument with a relative path to
-cypress_test/data/mobile/:
+cypress_test/integration_tests/mobile/:
 
     make check-mobile spec=writer/toolbar_spec.js
 


More information about the Libreoffice-commits mailing list