status-desktop/test/ui-test
Anthony Laibe 23396ea0cd test: add merge tag + add missing mayfail 2022-09-21 19:53:21 +02:00
..
doc
fixtures test(@wallet): allow to use ganache with goerli 2022-09-13 11:56:42 +02:00
src fix(tests): don't rely on quick actions, wait for components to be ready 2022-09-19 13:16:22 +02:00
testSuites test: add merge tag + add missing mayfail 2022-09-21 19:53:21 +02:00
.gitignore
README.md

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!!