Commit Graph

10 Commits (3af8a5b0902e2eefc1940e96fd39d673c6d2c154)

Author SHA1 Message Date
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
dependabot[bot] 1c31004b30 Bump lodash from 4.17.15 to 4.17.19 in /tests/e2e
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-22 15:12:30 +02:00
Florent Benoit 313872f060 fix(github-alert): Fix minimist issue
1 minimist vulnerability found in …/e2e/package-lock.json 22 days ago
Remediation
Upgrade minimist to version 0.2.1 or later. For example:

"dependencies": {
  "minimist": ">=0.2.1"
}

Change-Id: I2a627a836dcf981c0b8359434ea4c026a1728f27
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2020-07-07 09:10:41 +02:00
Igor Ohrimenko 5f7b0c88d1
Have a common place for QE scripts used in multiple repositories (to avoid duplication) (#17103)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2020-06-09 15:36:05 +03:00
Florent Benoit 3a2385fafa fix(security): fix minimist issue
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598

Change-Id: I48607d34bd0b5e8d2461de24d3dd8152db1ad3b5
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2020-04-15 15:36:57 +02:00
Igor Ohrimenko 85f06bdaeb
[TS_SELENIUM] Move "@eclipse-che/api" from "devDependencies" to "dependencies" in the "e2e" project
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2020-02-28 18:19:17 +02:00
Igor Ohrimenko 085770a460
[TS_SELENIUM] Change bindings scope of the "e2e" project (#16155)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2020-02-27 18:01:56 +02:00
Igor Ohrimenko 68ac4db40f
Use 80.0 Chrome driver in typescript selenium tests (#16116)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2020-02-25 10:53:40 +02:00
Igor Ohrimenko c37275677c
"Happy Path" Update methods from the "e2e" project for simplifying and improve it's work (#15452) 2019-12-11 17:28:30 +02:00
Kateřina Foniok 1179cd25bb
Moving e2e tests. (#15063)
* Moving e2e tests.

* Moving che-selenium-core.

* Moving che-selenium-test/src/main.

* Moving che-selenium-test/src/test.

* Moving last files from selenium.

* Changing related files.

* Move CRW Jenkins jobs definions from e2e/jenkins to .infra folder.

* Add 'tests' part of path to Jenkinsfile

* Update pom.xml files.

* Reverting groupId in poms.

* Restore org.eclipse.che.selenium artifact name

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>

* Restore org.eclipse.che.selenium artifact name

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
2019-12-09 08:26:56 +01:00