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] Fix integration test teardown / cleanup and missing yarn installation #11686

Merged
merged 30 commits into from
Dec 1, 2021
Merged

[WIP] Fix integration test teardown / cleanup and missing yarn installation #11686

merged 30 commits into from
Dec 1, 2021

Commits on Nov 27, 2021

  1. fix(test): Use sync version of remove letting beforeEach and afterAll…

    … wait
    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    60cfddd View commit details
    Browse the repository at this point in the history
  2. fix(test): Check if path exists before removing

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    cfdd896 View commit details
    Browse the repository at this point in the history
  3. fix(test): Use node fs rmdirSync

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    3c6d98d View commit details
    Browse the repository at this point in the history
  4. fix(test): Use node rmSync

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    238f1f6 View commit details
    Browse the repository at this point in the history
  5. Update execa

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    b10ea45 View commit details
    Browse the repository at this point in the history
  6. wip(test): Testing yarn command

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    1324c82 View commit details
    Browse the repository at this point in the history
  7. wip(test): break mac os tests

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    cd3da91 View commit details
    Browse the repository at this point in the history
  8. fix(test): Downgrade execa to 5.x

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    50d204c View commit details
    Browse the repository at this point in the history
  9. fix(test): execa result code changed to exitCode

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    f39a73d View commit details
    Browse the repository at this point in the history
  10. fix(test): Update execa in screencase-start

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    e9a991a View commit details
    Browse the repository at this point in the history
  11. fix(test): Assert that yarn is installed

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    e67c8bc View commit details
    Browse the repository at this point in the history
  12. fix(test): Remove unused import of os

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    96ce05c View commit details
    Browse the repository at this point in the history
  13. fix(test): Ensure that yarn is installed

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    d10442b View commit details
    Browse the repository at this point in the history
  14. fix(test): Fix yarn installation test

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    a0758a0 View commit details
    Browse the repository at this point in the history
  15. fix(test): Switch back to use fs-extra removeSync api

    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    1a253b9 View commit details
    Browse the repository at this point in the history
  16. Revert "fix(test): Switch back to use fs-extra removeSync api"

    This reverts commit 1a253b9.
    Morten N.O. Henriksen committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    444e721 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. fix(test): Increase timeout and change stdio for failing test

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    810e5f0 View commit details
    Browse the repository at this point in the history
  2. fix(test): Integration test - Improve log output

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    f342a37 View commit details
    Browse the repository at this point in the history
  3. fix(test): Fix integration run output

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    2b86c74 View commit details
    Browse the repository at this point in the history
  4. fix(test): Integration group by childProcessResult

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    3c9d7a0 View commit details
    Browse the repository at this point in the history
  5. fix(test): Integration run tidy group name

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    f61f20d View commit details
    Browse the repository at this point in the history
  6. fix(test): Integration test - investigate stdout

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    02fff39 View commit details
    Browse the repository at this point in the history
  7. Revert "fix(test): Integration test - investigate stdout"

    This reverts commit 02fff39.
    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    848dd18 View commit details
    Browse the repository at this point in the history
  8. fix(test): Integration run wait for stdout to be drained

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    59fd8a0 View commit details
    Browse the repository at this point in the history
  9. fix(test): Integration test add check if output needs to be drained

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    2f70674 View commit details
    Browse the repository at this point in the history
  10. fix(test): Integration log exit code

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    09ce994 View commit details
    Browse the repository at this point in the history
  11. fix(test): Integration add dummy wait test

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c323b14 View commit details
    Browse the repository at this point in the history
  12. fix(test): Integration remove wait for stdout drain

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6a60752 View commit details
    Browse the repository at this point in the history
  13. fix(test): Integration log output add missing newline

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    79cfe72 View commit details
    Browse the repository at this point in the history
  14. fix(test): Integration defer Jest result wait for stdio flush

    Morten N.O. Henriksen committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c99c0fc View commit details
    Browse the repository at this point in the history