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)

Reply via email to