* 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.
* 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.