Commit Graph

19 Commits (0bd4e2e5e670fdb12fed75605b0ba787dd6d0a68)

Author SHA1 Message Date
Serhii Leshchenko 69435f89aa
Fix e2e tests after GetStarted -> CreateWorkspace (#19558) 2021-04-12 17:19:32 +03:00
Katerina Foniok 5922a082eb
Fix bugs - constant and error throwing (#18894)
* Fix bugs - constant and error throwing

* Add error logging
2021-03-10 09:29:50 +01:00
Sergey Skorik b087ba8c2d
add factories typescript selenium tests (#19005) 2021-02-16 12:27:04 +02:00
Igor Ohrimenko 01315a079c
Cover Get Started Tab with e2e tests in dashboard-next (#18428)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2021-02-04 12:41:03 +02:00
Katerina Foniok b7c71e0b2b
Dialog changed to notification during command run, fixing scala (#18366) 2020-11-13 16:35:55 +01:00
Katerina Foniok 412dbd9c13
Fixing Quarkus devfile test. (#18135) 2020-10-20 12:14:59 +02:00
Katerina Foniok 1fdbe9b9a1
Adding check for icon in terminal tab, enabling tests for command (#18108)
* Adding check for icon in terminal tab, enabling tests for command

* Removing custom polling mechanism

* Apply review advices
2020-10-19 08:00:57 +02:00
Tibor Dancs c570a8b9a2
Skipping task runs in devfile tests until exit code logic is reimplemented (#18049)
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
2020-10-07 08:59:24 +02:00
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