garris / ember-backstop

BackstopJS visual regression testing addon for Ember.
MIT License
56 stars 21 forks source link

Feature/backstop 6.3.x #88

Open dgrebb opened 9 months ago

dgrebb commented 9 months ago

Update with dependency on backstopjs@^6.3.3 and bump to debug@^4.3.4

Tested with npm and pnpm, which was referenced in #86.

Show Ember Test Runs

From #87

Summary

This is a general refresh PR, which sets the project up for Node 20 support in a forthcoming BackstopJS release.

Details

General Testing Performed

dgrebb commented 9 months ago

@garris this PR sets dependencies.backstopjs to "^6.3.3 and bumps debug to "^4.3.4", but includes everything in #87 as well.

villander commented 7 months ago

@garris would you need any help to merge and release it?

garris commented 7 months ago

@villander Actually yes. It took a while to get 6.3.x stable-- would be great to get this done now that we're stable on the backstop side!

If you could bump backstop to latest and get a clean test I would gladly pull it in.

Please let me know if you need anything else from me.

Cheers

villander commented 7 months ago

@garris is there any CI in this repo? would be great to have the ember tests running here. I'll test this branch with my app and get back to you.

garris commented 7 months ago

Hi @villander -- unfortunately no CI tests yet -- would be great to set that up. That said, this project is in maintenance mode at this point -- not anticipating any major contributions. But if you add some CI tests I will add it to the GH actions section.