Skip to content

Workflows

Artem Fedorov edited this page Nov 28, 2017 · 10 revisions

Get list of test

This flow you can see in TestsListFlow.java. This method return list of test from all your account and workspaces. It's used the following algorithm:

  1. Get all account;
  2. For each account get workspaces;
  3. For each workspace get all tests;
  4. For each workspace get all multi-tests.
Clone this wiki locally