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

Integration tests #79

Closed
radu-matei opened this issue Feb 14, 2022 · 1 comment
Closed

Integration tests #79

radu-matei opened this issue Feb 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers P0
Milestone

Comments

@radu-matei
Copy link
Member

We should have automated tests that run all applications based on the templates.

@radu-matei radu-matei added enhancement New feature or request good first issue Good for newcomers labels Feb 14, 2022
@radu-matei radu-matei added this to the v0.1.0 milestone Feb 14, 2022
@itowlson
Copy link
Contributor

Also various test cases of applications that have built beyond the templates:

  • A local app that uses asset files
    • Should check that assets are correct, and that files not specified as assets are not accidentally made available
  • A bindle app that uses modules and assets stored in parcels
  • An app that outputs headers and environment variables (could be combined with the asset cases)
    • Multiple overlapping routes to make sure prioritisation is stable and relative pathing is correct (may be able to do this via unit tests but if so need to be sure it is end to end)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers P0
Projects
None yet
Development

No branches or pull requests

2 participants