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

Add some CI tests #1007

Open
6 tasks
natew opened this issue Aug 5, 2019 · 0 comments
Open
6 tasks

Add some CI tests #1007

natew opened this issue Aug 5, 2019 · 0 comments

Comments

@natew
Copy link
Contributor

natew commented Aug 5, 2019

We should start focusing on continuous release as we near beta and bring new members onto the team.

Things I'd like to see:

  • Pull requests have a test suite run against them automatically
  • Test suite covers some simple things to start:
    • Can run a clean/bootstrap of the repo without errors (report the build errors that do happen if they do). This should catch things like missing package dependencies or type errors we missed.
    • Some basic integration tests, the higher level the better, a couple starting points:
      • Run a full electron build of the production app + then run the production app + puppeteer to run the app itself and check for some javascript that's run that we ensure is inserted last in onInitialize the client app.
      • Some integration tests on a few of the sub-packages: gloss performance regression check, use-store performance regression check.
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

No branches or pull requests

1 participant