* 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
* Changing docker files so tests can be run by root and non-root users.
* Changing devfile tests to use Get Started page.
* Removing NewWorkspace page and obsolete test.
* Moving workspaceName to suite from gloval. Renaming NameGenerator to WorkspaceNameHandler.
* 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.