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

Integrations setup #4354

Merged
merged 17 commits into from
May 18, 2021
Merged

Integrations setup #4354

merged 17 commits into from
May 18, 2021

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    7f1073b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6c597 View commit details
    Browse the repository at this point in the history
  3. add test:integrations script

    The default `npm test` script will ignore all the tests in the
    `integrations` folder.
    RobinMalfait committed May 18, 2021
    Configuration menu
    Copy the full SHA
    aa661ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e1feb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1c0fd1 View commit details
    Browse the repository at this point in the history
  6. add npm run install:integrations script

    This script will run `npm install` in every integration, and in the
    integrations folder itself (to setup Jest for example).
    RobinMalfait committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7954950 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b55c5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac55b3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c7289c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa0ec90 View commit details
    Browse the repository at this point in the history
  11. add isomorphic fetch

    RobinMalfait committed May 18, 2021
    Configuration menu
    Copy the full SHA
    dbb29b1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    24f0242 View commit details
    Browse the repository at this point in the history
  13. write vite tests, assert using API calls

    We will wait for the correct stdout/stderr output, once we know that we
    can request the fresh css, we will fetch it and make assertions
    accordingly.
    
    Port is currently hardcoded, maybe we should use a packaage to ensure
    that we use a free port.
    RobinMalfait committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d71c96a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1e34da View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71f7f20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cbd78f9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    74bbd8c View commit details
    Browse the repository at this point in the history