status-desktop/test/ui-test
Stefan 0f1ade6967 tests(chat): adapt gif test and add image unfurling test
The gif test was manually activating the unfurling, which is no longer
necessary. Now check that enabling gifs will enable tenor unfurling

Also add a test for image unfurling and validate the unfurling image
links components and preview settings.
2022-09-19 11:19:17 +02:00
..
doc chore(ui-test): First-approach 2022-03-31 16:02:57 -04:00
fixtures test(@wallet): allow to use ganache with goerli 2022-09-13 11:56:42 +02:00
src tests(chat): adapt gif test and add image unfurling test 2022-09-19 11:19:17 +02:00
testSuites tests(chat): adapt gif test and add image unfurling test 2022-09-19 11:19:17 +02:00
.gitignore test(settings/profile): test bio and social links 2022-08-17 13:18:32 +02:00
README.md chore(ui-test): First-approach 2022-03-31 16:02:57 -04:00

README.md

status-desktop-ui-test

UI test application for Status Desktop

  • Test automation project that uses Squish as a testing tool with BDD.
  • Information about its architecture can be found in wiki.

Screenshot 2022-02-25 at 10 22 45

Preparing the environment to develop and run tests

  1. Install Squish and run its IDE.
  2. File / Open Test Suite and browse to testSuites directory.
  3. Once the suite is open, click Test Suite Settings button to configure the AUT (Application Under test).
    • Select AUT tab and browse until the corresponding status-desktop\bin\nim_status_client binary is set.
    • Uncheck Automatically start the AUT option (if it is already checked).
    • Save changes.

Now you should be able to create new suites, test cases and run the existing ones just only by clicking Run buttons!!