* Added test failure duration logging
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
* Increased run webapp task timeout
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
* Removing default timeouts
* Stabilising suggestion invoking test
* Change reporter printing info, lint
* Unify the way of waiting for the workspace to be ready
* Add TimeoutConstants.ts to Readme.md
* Applying some refactoring changes gotten in review.
* Removing reundant timeouts set when calling methods
* Reverting of removal 'waitTab' method from Terminal class
* Extracting common test methods and LS tests to separate files.
* Fix runtime error caused by imports. Add 'sort' to generateIndex.sh - the order should be the same from now.
* Separate test methods to files, fix comments from PR.
* Applying changes from comments.
* Changes regarding comments.
* Adding typescript test for load testing.
Co-authored-by: musienko-maxim <mmusienko@codenvy.com>
* Applaying requested changes.
* Revert change in ITestWorkspaceUtil, get rid of RestClient and use axios instead.