Deprecate TransformTestSelectorParamsToHashPairs transform
See original GitHub issueAs discussed in #149 doesn’t work reliably in all supported version of Ember, if it breaks results in very cryptic error messages and is really a small convenience feature anyway as you can always do
{{foo-component data-test-foo=true}}
instead of
{{foo-component data-test-foo}}
anyway.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Releases · mainmatter/ember-test-selectors - GitHub
#764 Remove deprecated automatic attribute binding (@Turbo87) ... #751 Deprecate TransformTestSelectorParamsToHashPairs transform (@Turbo87) ...
Read more >ember-test-selectors | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Michał Staśkiewicz (@mikoscz) / Twitter
It's amazing to see what he and @tomdale built & what it's transformed into today. ... Deprecate TransformTestSelectorParamsToHashPairs transform (@Turbo87) ...
Read more >Deprecations Added in Ember 3.x
Importing deprecate from @ember/application/deprecations has been deprecated. ... 9 don't support console.debug, you may want to transform the following:
Read more >ember-test-selectors [javascript]: Datasheet - Package Galaxy
Remove deprecated `TransformTestSelectorParamsToHashPairs` transform; 086be66b04d0f138fa35a311930aaa86bb550e16, July 2, 2021 4:23 AM:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/simplabs/ember-test-selectors-params-codemod ✨
I think this is similar to the
testSelector
helper that we had - it adds complexity for very little value.