Open dgrebb opened 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.
@garris would you need any help to merge and release it?
@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
@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.
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.
Update with dependency on
backstopjs@^6.3.3
and bump todebug@^4.3.4
Tested with
npm
andpnpm
, 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
.eslintrc.js
to useecmaVersion: 2020
eslint
formatting adjustments with the latest ruleseslint-disable
where necessaryaddon-test-support/index.js
export — this was not working withember-cli@^5.4.0
, or perhaps@ember-test-helpers@^3.2.0
"type": "commonjs"
inpackage.json
General Testing Performed
ember install ember-backstop
ember generate acceptance-test home-test
import backstop from 'ember-backstop/test-support/backstop';
ember serve
ember backstop-remote
ember test
ember backstop-stop