Is there a way to reuse bundled scripts in tests? #21246
Unanswered
wasong
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that tests download the page resources on every test, but is there a way to reuse the non-changing resources?
For example, I do a
visit
in mybeforeEach
and it downloads my vendor bundle each time. It is fairly large in dev but essentially reusable.Is this possible with some configuration?
Beta Was this translation helpful? Give feedback.
All reactions