You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ilya Borisov (JIRA)" <ji...@apache.org> on 2018/06/13 10:03:00 UTC

[jira] [Created] (IGNITE-8779) Web console: simplify E2E test runner

Ilya Borisov created IGNITE-8779:
------------------------------------

             Summary: Web console: simplify E2E test runner
                 Key: IGNITE-8779
                 URL: https://issues.apache.org/jira/browse/IGNITE-8779
             Project: Ignite
          Issue Type: Improvement
          Components: wizards
            Reporter: Ilya Borisov
            Assignee: Alexander Kalinin


The way we run E2E tests now significantly overlaps with a runner provided by TestCafe CLI. This happens because:
# Ignite TestCafe runner uses environment variables to pass parameters.
# A need to start custom backend environment.

I think we can do better, the optimized result might look like a simple npm script:
{{ concurrently "npm run env" "testcafe --runner=teamcity" }}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)