Replies: 2 comments
-
Great question. This is a preferential practice but also can vary based on the test suite. Can you share a specific spec you are referring to within the RWA? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @amirrustam. In the spec,
and in most other specs like |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
In the real world, it seems like a lot of work to declare routes at the test level, so I wonder why that strategy is maintained in this project. For example, if we create a new test, we're guaranteed to have to create aliased routes whereas if we declare these routes in a global pre-hook, it eliminates that hassle as the app scales.
Beta Was this translation helpful? Give feedback.
All reactions