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! 🙌 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.