Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-946

E2E user story test pipeline doesn't fail after initStacksTest.sh failed

XMLWordPrintable

    • Icon: QE Task QE Task
    • Resolution: Done
    • Icon: Major Major
    • 2.2.0.GA
    • 2.2.0.GA
    • testing
    • None

      User story tests don't fail after initStacksTest.sh has failed, for example:
      https://codeready-workspaces-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/CRW-2-testing/view/basic/job/typescript-tests/6746

      [Pipeline] stage
      [Pipeline] { (Download the typescript tests repo)
      [Pipeline] checkout
      Cloning the remote Git repository
      Cloning repository https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git
       > git init /mnt/hudson_workspace/workspace/typescript-tests/test-repo # timeout=10
      Fetching upstream changes from https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git
       > git --version # timeout=10
       > git fetch --tags --progress https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git +refs/heads/*:refs/remotes/origin/*
       > git config remote.origin.url https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git # timeout=10
       > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
       > git config remote.origin.url https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git # timeout=10
      Fetching upstream changes from https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git
       > git fetch --tags --progress https://gitlab.cee.redhat.com/codeready-workspaces/e2e-codeready.git +refs/heads/*:refs/remotes/origin/*
       > git rev-parse origin/master^{commit} # timeout=10
      Checking out Revision b73d3614add69f8e34cb64be0bfd5415ebadbb14 (origin/master)
       > git config core.sparsecheckout # timeout=10
       > git checkout -f b73d3614add69f8e34cb64be0bfd5415ebadbb14
      Commit message: "fix typo"
       > git rev-list --no-walk b73d3614add69f8e34cb64be0bfd5415ebadbb14 # timeout=10
      [Pipeline] }
      [Pipeline] // stage
      [Pipeline] stage
      [Pipeline] { (Run tests)
      [Pipeline] script
      [Pipeline] {
      [Pipeline] sh
      + docker run --shm-size=4096m -p 5920:5920 -e TS_SELENIUM_HEADLESS=true -e TS_SELENIUM_LOAD_PAGE_TIMEOUT=420000 -e TS_SELENIUM_WORKSPACE_STATUS_POLLING=20000 -e TS_SELENIUM_BASE_URL=https://codeready-crw-operatorhub-tls-oauth.apps.ocp44.crw-qe.com -e TS_SELENIUM_LOG_LEVEL=DEBUG -e TS_SELENIUM_USERNAME=admin -e TS_SELENIUM_PASSWORD=admin -e TS_SELENIUM_MULTIUSER=true -e DELETE_WORKSPACE_ON_FAILED_TEST=true -e TS_SELENIUM_START_WORKSPACE_TIMEOUT=900000 -e NODE_TLS_REJECT_UNAUTHORIZED=0 -v /mnt/hudson_workspace/workspace/typescript-tests/test-repo/:/tmp/e2e-codeready:Z -e USERSTORY=CakePhp -e TS_SELENIUM_VALUE_OPENSHIFT_OAUTH=true -e TS_OCP_LOGIN_PAGE_PROVIDER_TITLE=htpasswd -e TS_SELENIUM_OCP_USERNAME=admin -e 'TS_SELENIUM_OCP_PASSWORD=crw4ever!' quay.io/crw/e2e-tests
      Unable to find image 'quay.io/crw/e2e-tests:latest' locally
      latest: Pulling from crw/e2e-tests
      f87e2411b049: Pull complete
      Digest: sha256:452df0da002459862687e81a127af4ffb16349ae700944488dfb14dc1b40c5e4
      Status: Downloaded newer image for quay.io/crw/e2e-tests:latest
      /tmp/entrypoint.sh: line 102: [: missing `]'
      
      #######################
      
      For remote debug connect to the VNC server 0.0.0.0:5920
      
      #######################
      
      Wait selenium server availability ...
      2020-06-03 03:49:11,543 CRIT Supervisor running as root (no user in config file)
      2020-06-03 03:49:11,543 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
      2020-06-03 03:49:11,545 INFO supervisord started with pid 8
      Wait selenium server availability ...
      2020-06-03 03:49:12,547 INFO spawned: 'xvfb' with pid 23
      2020-06-03 03:49:12,550 INFO spawned: 'selenium-standalone' with pid 24
      2020-06-03 03:49:12,560 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
      2020-06-03 03:49:12,560 INFO success: selenium-standalone entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
      2020-06-03 03:49:12,560 INFO exited: xvfb (exit status 1; not expected)
      03:49:12.769 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
      03:49:12.846 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
      2020-06-03 03:49:12.888:INFO::main: Logging initialized @327ms to org.seleniumhq.jetty9.util.log.StdErrLog
      03:49:13.112 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
      03:49:13.212 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
      /dev/vda1 on /tmp/e2e-codeready type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
      The local code is mounted. Executing local code.
      
      > e2e-codeready@1.0.0 obtain-deps /tmp/e2e-codeready
      > ./obtain-deps.sh
      
      
      
      
      ########################################################
      --------------------------------------------------------
      --------------------------------------------------------
      --------------------------------------------------------
      
         PLEASE, PAY ATTENTION !!!
      
         Used non default Che repo - /tmp/e2e
         Please, make sure that all necessary presteps
         for upstream repo, described in the README.md,
         are successfully performed.
      
         For using default Che repo perform command:
         'unset E2E_PATH_TO_UPSTREAM'
      
      --------------------------------------------------------
      --------------------------------------------------------
      --------------------------------------------------------
      ########################################################
      
      
      
      e2e-codeready@1.0.0 /tmp/e2e-codeready
      └─┬ e2e@1.0.0 
        ├── @eclipse-che/api@7.5.0-SNAPSHOT 
        ├── inversify@5.0.1 
        └── reflect-metadata@0.1.13 
      
      npm WARN e2e-codeready@1.0.0 No repository field.
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated mkdirp@0.5.4: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
      
      > chromedriver@2.46.0 install /tmp/e2e-codeready/node_modules/chromedriver
      > node install.js
      
      Current existing ChromeDriver binary is unavailable, proceding with download and extraction.
      Downloading from file:  https://chromedriver.storage.googleapis.com/2.46/chromedriver_linux64.zip
      Saving to file: /tmp/e2e-codeready/node_modules/chromedriver/2.46/chromedriver/chromedriver_linux64.zip
      Received 782K...
      Received 1568K...
      Received 2352K...
      Received 3136K...
      Received 3920K...
      Received 4704K...
      Received 5277K total.
      Extracting zip contents
      Copying to target path /tmp/e2e-codeready/node_modules/chromedriver/lib/chromedriver
      Fixing file permissions
      Done. ChromeDriver binary available at /tmp/e2e-codeready/node_modules/chromedriver/lib/chromedriver/chromedriver
      e2e-codeready@1.0.0 /tmp/e2e-codeready
      ├── @types/chai@4.2.11 
      ├── @types/mocha@5.2.7 
      ├── @types/node@11.15.14 
      ├─┬ @types/rimraf@2.0.4 
      │ └─┬ @types/glob@7.1.1 
      │   ├── @types/events@3.0.0 
      │   └── @types/minimatch@3.0.3 
      ├── @types/selenium-webdriver@3.0.17 
      ├─┬ axios@0.17.1 
      │ ├── follow-redirects@1.11.0 
      │ └── is-buffer@1.1.6 
      ├─┬ chai@4.2.0 
      │ ├── assertion-error@1.1.0 
      │ ├── check-error@1.0.2 
      │ ├── deep-eql@3.0.1 
      │ ├── get-func-name@2.0.0 
      │ ├── pathval@1.1.0 
      │ └── type-detect@4.0.8 
      ├─┬ chromedriver@2.46.0 
      │ ├─┬ del@3.0.0 
      │ │ ├─┬ globby@6.1.0 
      │ │ │ ├─┬ array-union@1.0.2 
      │ │ │ │ └── array-uniq@1.0.3 
      │ │ │ ├── object-assign@4.1.1 
      │ │ │ ├── pify@2.3.0 
      │ │ │ └─┬ pinkie-promise@2.0.1 
      │ │ │   └── pinkie@2.0.4 
      │ │ ├── is-path-cwd@1.0.0 
      │ │ ├─┬ is-path-in-cwd@1.0.1 
      │ │ │ └─┬ is-path-inside@1.0.1 
      │ │ │   └── path-is-inside@1.0.2 
      │ │ ├── p-map@1.2.0 
      │ │ └── pify@3.0.0 
      │ ├─┬ extract-zip@1.7.0 
      │ │ ├─┬ concat-stream@1.6.2 
      │ │ │ └── typedarray@0.0.6 
      │ │ ├─┬ debug@2.6.9 
      │ │ │ └── ms@2.0.0 
      │ │ └─┬ yauzl@2.10.0 
      │ │   ├── buffer-crc32@0.2.13 
      │ │   └─┬ fd-slicer@1.1.0 
      │ │     └── pend@1.2.0 
      │ ├─┬ mkdirp@0.5.5 
      │ │ └── minimist@1.2.5 
      │ ├─┬ request@2.88.2 
      │ │ ├── aws-sign2@0.7.0 
      │ │ ├── aws4@1.10.0 
      │ │ ├── caseless@0.12.0 
      │ │ ├─┬ combined-stream@1.0.8 
      │ │ │ └── delayed-stream@1.0.0 
      │ │ ├── extend@3.0.2 
      │ │ ├── forever-agent@0.6.1 
      │ │ ├─┬ form-data@2.3.3 
      │ │ │ └── asynckit@0.4.0 
      │ │ ├─┬ har-validator@5.1.3 
      │ │ │ ├─┬ ajv@6.12.2 
      │ │ │ │ ├── fast-deep-equal@3.1.1 
      │ │ │ │ ├── fast-json-stable-stringify@2.1.0 
      │ │ │ │ ├── json-schema-traverse@0.4.1 
      │ │ │ │ └── uri-js@4.2.2 
      │ │ │ └── har-schema@2.0.0 
      │ │ ├─┬ http-signature@1.2.0 
      │ │ │ ├── assert-plus@1.0.0 
      │ │ │ ├─┬ jsprim@1.4.1 
      │ │ │ │ ├── extsprintf@1.3.0 
      │ │ │ │ ├── json-schema@0.2.3 
      │ │ │ │ └── verror@1.10.0 
      │ │ │ └─┬ sshpk@1.16.1 
      │ │ │   ├── asn1@0.2.4 
      │ │ │   ├── bcrypt-pbkdf@1.0.2 
      │ │ │   ├── dashdash@1.14.1 
      │ │ │   ├── ecc-jsbn@0.1.2 
      │ │ │   ├── getpass@0.1.7 
      │ │ │   ├── jsbn@0.1.1 
      │ │ │   ├── safer-buffer@2.1.2 
      │ │ │   └── tweetnacl@0.14.5 
      │ │ ├── is-typedarray@1.0.0 
      │ │ ├── isstream@0.1.2 
      │ │ ├── json-stringify-safe@5.0.1 
      │ │ ├─┬ mime-types@2.1.27 
      │ │ │ └── mime-db@1.44.0 
      │ │ ├── oauth-sign@0.9.0 
      │ │ ├── performance-now@2.1.0 
      │ │ ├── qs@6.5.2 
      │ │ ├── safe-buffer@5.1.2 
      │ │ ├─┬ tough-cookie@2.5.0 
      │ │ │ ├── psl@1.8.0 
      │ │ │ └── punycode@2.1.1 
      │ │ ├── tunnel-agent@0.6.0 
      │ │ └── uuid@3.4.0 
      │ └─┬ tcp-port-used@1.0.1 
      │   ├── debug@4.1.0 
      │   └─┬ is2@2.0.1 
      │     ├── deep-is@0.1.3 
      │     ├── ip-regex@2.1.0 
      │     └── is-url@1.2.4 
      ├─┬ e2e@1.0.0
      │ ├── inversify@5.0.1 
      │ └── reflect-metadata@0.1.13 
      ├── inversify@5.0.1 
      ├─┬ mocha@6.2.3 
      │ ├── ansi-colors@3.2.3 
      │ ├── browser-stdout@1.3.1 
      │ ├─┬ debug@3.2.6 
      │ │ └── ms@2.1.2 
      │ ├── diff@3.5.0 
      │ ├── escape-string-regexp@1.0.5 
      │ ├─┬ find-up@3.0.0 
      │ │ └─┬ locate-path@3.0.0 
      │ │   ├─┬ p-locate@3.0.0 
      │ │   │ └─┬ p-limit@2.3.0 
      │ │   │   └── p-try@2.2.0 
      │ │   └── path-exists@3.0.0 
      │ ├─┬ glob@7.1.3 
      │ │ ├── fs.realpath@1.0.0 
      │ │ ├─┬ inflight@1.0.6 
      │ │ │ └── wrappy@1.0.2 
      │ │ ├── inherits@2.0.4 
      │ │ ├── once@1.4.0 
      │ │ └── path-is-absolute@1.0.1 
      │ ├── growl@1.10.5 
      │ ├── he@1.2.0 
      │ ├─┬ js-yaml@3.13.1 
      │ │ ├─┬ argparse@1.0.10 
      │ │ │ └── sprintf-js@1.0.3 
      │ │ └── esprima@4.0.1 
      │ ├── log-symbols@2.2.0 
      │ ├─┬ minimatch@3.0.4 
      │ │ └─┬ brace-expansion@1.1.11 
      │ │   ├── balanced-match@1.0.0 
      │ │   └── concat-map@0.0.1 
      │ ├── mkdirp@0.5.4 
      │ ├── ms@2.1.1 
      │ ├─┬ node-environment-flags@1.0.5 
      │ │ └─┬ object.getownpropertydescriptors@2.1.0 
      │ │   └─┬ es-abstract@1.17.5 
      │ │     ├─┬ es-to-primitive@1.2.1 
      │ │     │ ├── is-date-object@1.0.2 
      │ │     │ └── is-symbol@1.0.3 
      │ │     ├── has@1.0.3 
      │ │     ├── is-callable@1.2.0 
      │ │     ├── is-regex@1.0.5 
      │ │     ├── object-inspect@1.7.0 
      │ │     ├─┬ string.prototype.trimleft@2.1.2 
      │ │     │ └── string.prototype.trimstart@1.0.1 
      │ │     └─┬ string.prototype.trimright@2.1.2 
      │ │       └── string.prototype.trimend@1.0.1 
      │ ├─┬ object.assign@4.1.0 
      │ │ ├── define-properties@1.1.3 
      │ │ ├── function-bind@1.1.1 
      │ │ ├── has-symbols@1.0.1 
      │ │ └── object-keys@1.1.1 
      │ ├── strip-json-comments@2.0.1 
      │ ├─┬ supports-color@6.0.0 
      │ │ └── has-flag@3.0.0 
      │ ├─┬ which@1.3.1 
      │ │ └── isexe@2.0.0 
      │ ├─┬ wide-align@1.1.3 
      │ │ └─┬ string-width@2.1.1 
      │ │   ├── is-fullwidth-code-point@2.0.0 
      │ │   └─┬ strip-ansi@4.0.0 
      │ │     └── ansi-regex@3.0.0 
      │ ├─┬ yargs@13.3.2 
      │ │ ├─┬ cliui@5.0.0 
      │ │ │ ├── string-width@3.1.0 
      │ │ │ ├─┬ strip-ansi@5.2.0 
      │ │ │ │ └── ansi-regex@4.1.0 
      │ │ │ └─┬ wrap-ansi@5.1.0 
      │ │ │   ├── string-width@3.1.0 
      │ │ │   └─┬ strip-ansi@5.2.0 
      │ │ │     └── ansi-regex@4.1.0 
      │ │ ├── get-caller-file@2.0.5 
      │ │ ├── require-directory@2.1.1 
      │ │ ├── require-main-filename@2.0.0 
      │ │ ├── set-blocking@2.0.0 
      │ │ ├─┬ string-width@3.1.0 
      │ │ │ ├── emoji-regex@7.0.3 
      │ │ │ └─┬ strip-ansi@5.2.0 
      │ │ │   └── ansi-regex@4.1.0 
      │ │ ├── which-module@2.0.0 
      │ │ └── y18n@4.0.0 
      │ ├─┬ yargs-parser@13.1.2 
      │ │ ├── camelcase@5.3.1 
      │ │ └── decamelize@1.2.0 
      │ └─┬ yargs-unparser@1.6.0 
      │   ├─┬ flat@4.1.0 
      │   │ └── is-buffer@2.0.4 
      │   └── lodash@4.17.15 
      ├── reflect-metadata@0.1.13 
      ├─┬ rimraf@2.7.1 
      │ └── glob@7.1.6 
      ├─┬ selenium-webdriver@3.6.0 
      │ ├─┬ jszip@3.4.0 
      │ │ ├─┬ lie@3.3.0 
      │ │ │ └── immediate@3.0.6 
      │ │ ├── pako@1.0.11 
      │ │ ├─┬ readable-stream@2.3.7 
      │ │ │ ├── core-util-is@1.0.2 
      │ │ │ ├── isarray@1.0.0 
      │ │ │ ├── process-nextick-args@2.0.1 
      │ │ │ ├── string_decoder@1.1.1 
      │ │ │ └── util-deprecate@1.0.2 
      │ │ └── set-immediate-shim@1.0.1 
      │ ├─┬ tmp@0.0.30 
      │ │ └── os-tmpdir@1.0.2 
      │ └─┬ xml2js@0.4.23 
      │   ├── sax@1.2.4 
      │   └── xmlbuilder@11.0.1 
      ├─┬ ts-node@8.10.2 
      │ ├── arg@4.1.3 
      │ ├── diff@4.0.2 
      │ ├── make-error@1.3.6 
      │ ├─┬ source-map-support@0.5.19 
      │ │ ├── buffer-from@1.1.1 
      │ │ └── source-map@0.6.1 
      │ └── yn@3.1.1 
      ├─┬ tslint@5.20.1 
      │ ├─┬ @babel/code-frame@7.10.1 
      │ │ └─┬ @babel/highlight@7.10.1 
      │ │   ├── @babel/helper-validator-identifier@7.10.1 
      │ │   └── js-tokens@4.0.0 
      │ ├── builtin-modules@1.1.1 
      │ ├─┬ chalk@2.4.2 
      │ │ ├─┬ ansi-styles@3.2.1 
      │ │ │ └─┬ color-convert@1.9.3 
      │ │ │   └── color-name@1.1.3 
      │ │ └── supports-color@5.5.0 
      │ ├── commander@2.20.3 
      │ ├── diff@4.0.2 
      │ ├─┬ resolve@1.17.0 
      │ │ └── path-parse@1.0.6 
      │ ├── semver@5.7.1 
      │ ├── tslib@1.13.0 
      │ └── tsutils@2.29.0 
      ├─┬ typed-rest-client@1.7.3 
      │ ├── qs@6.9.4 
      │ ├── tunnel@0.0.6 
      │ └── underscore@1.8.3 
      └── typescript@3.9.3 
      
      npm WARN e2e-codeready@1.0.0 No repository field.
      
      
      
      ########################################################
      --------------------------------------------------------
      
        Dependencies installation has been successfully done.
      
      --------------------------------------------------------
      ########################################################
      
      
      
      Running CodeReady stacks test with user: admin
      
      > e2e-codeready@1.0.0 test-stacks /tmp/e2e-codeready
      > ./initStacksTest.sh
      
      
      Launching the "CakePhp" userstory
      
      tests/default-stacks-tests/ApacheCamelK.spec.ts(52,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/CakePhp.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/CakePhp.spec.ts(53,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Cpp.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/Cpp.spec.ts(54,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/DotNet.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/DotNet.spec.ts(57,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Go.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/Go.spec.ts(11,212): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/Go.spec.ts(62,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Go.spec.ts(114,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/JavaEapMaven.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/JavaEapMaven.spec.ts(11,149): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/JavaEapMaven.spec.ts(63,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/JavaEapMaven.spec.ts(118,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/JavaGradle.spec.ts(10,187): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/JavaGradle.spec.ts(58,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/JavaGradle.spec.ts(112,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/JavaMaven.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/JavaMaven.spec.ts(11,159): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/JavaMaven.spec.ts(60,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/JavaMaven.spec.ts(122,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/JavaSpringBoot.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/JavaSpringBoot.spec.ts(11,159): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/JavaSpringBoot.spec.ts(59,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/JavaSpringBoot.spec.ts(117,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/JavaVertx.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/JavaVertx.spec.ts(11,159): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/JavaVertx.spec.ts(60,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/JavaVertx.spec.ts(126,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/NodeJsExpressWebApplication.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/NodeJsExpressWebApplication.spec.ts(59,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/NodeJsMongoDbWebApplication.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/NodeJsMongoDbWebApplication.spec.ts(11,201): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/NodeJsMongoDbWebApplication.spec.ts(62,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/NodeJsMongoDbWebApplication.spec.ts(106,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/PhpSimple.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/PhpSimple.spec.ts(57,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Python.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/Python.spec.ts(11,172): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/Python.spec.ts(54,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Python.spec.ts(88,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/Quarkus.spec.ts(10,145): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/Quarkus.spec.ts(59,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Quarkus.spec.ts(112,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/RedHatFuse.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/RedHatFuse.spec.ts(11,159): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/RedHatFuse.spec.ts(63,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/RedHatFuse.spec.ts(127,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      tests/default-stacks-tests/Thorntail.spec.ts(11,71): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'NewWorkspace'. Did you mean 'Workspaces'?
      tests/default-stacks-tests/Thorntail.spec.ts(11,159): error TS2724: Module '"../../node_modules/e2e"' has no exported member 'RightToolbarButton'. Did you mean 'LeftToolbarButton'?
      tests/default-stacks-tests/Thorntail.spec.ts(60,26): error TS2339: Property 'selectSample' does not exist on type 'GetStarted'.
      tests/default-stacks-tests/Thorntail.spec.ts(123,19): error TS2551: Property 'waitRightToolbarButton' does not exist on type 'Ide'. Did you mean 'waitLeftToolbarButton'?
      
      npm ERR! Linux 3.10.0-957.el7.x86_64
      npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "test-stacks"
      npm ERR! node v8.10.0
      npm ERR! npm  v3.5.2
      npm ERR! code ELIFECYCLE
      npm ERR! e2e-codeready@1.0.0 test-stacks: `./initStacksTest.sh`
      npm ERR! Exit status 2
      npm ERR! 
      npm ERR! Failed at the e2e-codeready@1.0.0 test-stacks script './initStacksTest.sh'.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the e2e-codeready package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR!     ./initStacksTest.sh
      npm ERR! You can get information on how to open an issue for this project with:
      npm ERR!     npm bugs e2e-codeready
      npm ERR! Or if that isn't available, you can get their info via:
      npm ERR!     npm owner ls e2e-codeready
      npm ERR! There is likely additional logging output above.
      
      npm ERR! Please include the following file with any support request:
      npm ERR!     /tmp/e2e-codeready/npm-debug.log
      Killing ffmpeg with PID=56
      [Pipeline] }
      [Pipeline] // script
      [Pipeline] }
      [Pipeline] // stage
      [Pipeline] stage
      

      It could be related to latest changes in entrypoint.sh.

            mmusiien Maksym Musienko
            dnochevn Dmytro Nochevnov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: