Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Define stages dev and qa #22

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

WIP: Define stages dev and qa #22

wants to merge 8 commits into from

Conversation

atamon
Copy link

@atamon atamon commented Jan 12, 2021

I think I want to define these goals for this branch:

  • It should be clear what to run in order to get the proper dev experience
    • This means that the container should use jest's own watch, not the continuous watch implemented through the reporter
  • It should be possible to apply something that fits a QA/CI/CD environment
    • This means that the container should rerun the tests a couple of times before it stops.
    • It should stop after X successful runs
    • It should stop after X minutes, or stop after X unsuccessful runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants