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

feat(tests): Add network fixture support for functional tests #6203

Merged
1 commit merged into from Dec 14, 2018
Merged

feat(tests): Add network fixture support for functional tests #6203

1 commit merged into from Dec 14, 2018

Commits on Dec 14, 2018

  1. feat(tests): Add network fixture support for functional tests

    Add mountebank library to record and replay network fixtures so that
    you dont need Gate running to exercise the UI.
    
    Network fixtures can be relatively large. For the two simple tests
    written so far the fixtures are several hundred kilobytes. To avoid
    ballooning Deck's repo size I plan to place fixtures in a publicly
    accessible bucket and only have them downloaded when the test runner
    needs them.
    Scott Bloch-Wehba-Seaward committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    600adf1 View commit details
    Browse the repository at this point in the history