saleor / devtools-integration-tests

This is a hub for integration and e2e tests for CLI
4 stars 0 forks source link

Setup E2E tests CI/CD #4

Closed lkostrowski closed 2 years ago

lkostrowski commented 2 years ago

This repository should have CICD with Github actions running with manual trigger (at the moment).

Via REST API this workflow can be triggered and connected to other repos - like open PR (in Storefront, CLI, Platform, etc), night tests (cron) or before a release.

Failing test should notify on email, slack, etc.

michalina-graczyk commented 2 years ago

https://github.com/saleor/devtools-integration-tests/actions/runs/3052254503/workflow I need a help with it.

zaiste commented 2 years ago

We changed the underlaying technology from Cypress running CLI commands to Vitest as the latter is much faster and easier to do. Starting today we want to attach a preliminary CI flow to the CLI repository to launch these tests.

zaiste commented 2 years ago

Let's prepare a initial document with the test coverage for the CLI

lkostrowski commented 2 years ago

To finish: