[
https://issues.apache.org/jira/browse/IGNITE-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Borisov updated IGNITE-8779:
---------------------------------
Description:
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"}}
was:
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" }}
> 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
> Priority: Minor
>
> 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)