Can Shortest be used with Rails via Importmap? #342
|
I tried pinning and importing it in my JavaScript files, but I’d love to hear if there are any recommended steps or potential limitations when using Shortest in a Rails project. Has anyone successfully used Shortest with Importmap in Rails? Would love any insights! Thanks! 🙌 |
Answered by
rmarescu
Feb 18, 2025
Replies: 1 comment 2 replies
|
I'm not sure how valuable would be having Shortest as an import map, as the package is a Node.js testing framework that requires system-level access for browser automation. If you're looking into using Shortest to run tests within a Rails environment, it would run alongside your Rails test suite, as a Node.js-based E2E testing tool. |
2 replies
Answer selected by
rmarescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure how valuable would be having Shortest as an import map, as the package is a Node.js testing framework that requires system-level access for browser automation.
If you're looking into using Shortest to run tests within a Rails environment, it would run alongside your Rails test suite, as a Node.js-based E2E testing tool.