-
Notifications
You must be signed in to change notification settings - Fork 5
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
Setup jest-puppeteer for UI tests #7
Conversation
followup readme fixes revert prompt.js changes for separate branch fixing mistakenly included file additional change
readme fixes
Fixed code example type in readme.markdown
…a#42) bump bureaucracy version
followup fix for non-image uploads
Wow, awesome! Perhaps you'd like to turn on Travis tests so we can see them get run in that environment? I think it could be relatively simple - like: https://github.com/publiclab/webjack/blob/main/.travis.yml#L8 What do you think? |
Sure, will do this @jywarren cc:@keshav234156 @emilyashley @Shreyaa-s @NitinBhasneria Other issues i think i can figure out with reading more about Jest and Puppeteer. |
@jywarren please, this repository does not already have a travis.yml file, and i thought we usually also need to add a repo to the travis website to triger builds on the repository? |
Ah ok, @Shulammite-Aso i'll add it now; you should then be able to add the .travis.yml file and it'll start working! |
Ah ok it seems if we add it here it should work... see https://travis-ci.com/github/jywarren/woofmark https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github Yes, the Travis github app has access to all my repos! |
Thank you! |
And note we'll be on |
Oh, great! i guess i should then add the travis.yml file and push it. |
@jywarren please too, if you have any input on this #7 (comment) |
Oh! just now noticed the check here publiclab/PublicLab.Editor#547 has completed. Finally!!!🎉 It should get merged i think? |
should add a basic test to make this pass on node -v 10 and 12 at least. |
So, we could drop Node 8 because jest doesn't work in Node 8 -- just remove it from the Great work! |
Awesome!!!!! |
This is great. Would you mind opening this against |
Ah, oh wait! Actually we should have opened this against the |
See, most of our PRs have been against that branch: https://github.com/jywarren/woofmark/commits/plots2 Sorry about this! My bad! |
OK, I opened #8, check it out. Sorry again about this! |
No description provided.