Commit Graph

11 Commits (ae0d569dcfbded526c50773f1dfd60e36147bf88)

Author SHA1 Message Date
Tibor Dancs 0134523def
17702 task stabilize devfile tests for osdv4 (#17884)
* Changing build task notification logic to avoid long timeout when task fails

Signed-off-by: Tibor Dancs <tdancs@redhat.com>

* Fixing Java Vert.x LS test

Signed-off-by: Tibor Dancs <tdancs@redhat.com>

* Fixed LS validation for Golang devfile

Signed-off-by: Tibor Dancs <tdancs@redhat.com>

* Fixed LS validation for NodeJS devfile

Signed-off-by: Tibor Dancs <tdancs@redhat.com>

* Fixing timeout variable set incorrectly in Ide class

Signed-off-by: Tibor Dancs <tdancs@redhat.com>
2020-09-17 09:37:41 +02:00
Katerina Foniok 46db144260
Remove default timeout (#17506)
* 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
2020-09-15 14:54:48 +02:00
Tibor Dancs 437b87bda1
Adding basic PHP Simple deftile test
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
2020-08-05 23:14:33 +02:00
Katerina Foniok 0c79eaeba0
Stabilising LS tests. (#17397)
* Stabilising LS tests.

* Fix typo.

* Adding comment with link to the issue.
2020-07-15 14:12:05 +02:00
Tibor Dancs 58e5e69ef7 Switching workspace readyness logic over to preloader with correct timeout
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
2020-05-15 17:06:20 +02:00
Katerina Foniok 56db6f12b7
Fix devfile tests - use Get Started page (#16922)
* 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.
2020-05-14 16:26:40 +02:00
Radim Hopp b3814a7ea8 Fix Java based devfile tests.
Fixes #16166

+ few minor improvements

Signed-off-by: Radim Hopp <rhopp@redhat.com>
2020-03-03 14:34:00 +01:00
Katerina Foniok 60360aed33
Switch application.confirmExit in tests to never by default (#16142)
* Enabling TLS requests from self-signed-cert URLs
2020-02-27 15:17:18 +02:00
Tibor Dancs 47630855dd
Implement Python Django devfile test (#15831) 2020-02-20 23:26:31 +02:00
Tibor Dancs 5793910609 Fixed closeAllNotifications method, added new waitDialogShell method, added new runTaskWithDialogShell method into testsLibrary/CodeExecutionTests
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
2020-01-28 15:26:57 +01:00
Kateřina Foniok c2d65b4580
Extracting common test methods (#15619)
* 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.
2020-01-17 08:21:34 +01:00