@GELight wrote:
Hi all,
It’s possible to use ember mirage only for tests? Currently I set another namespace variable in test environment.
http://localhost:4202/tokens >>> Called in the running application http://localhost:4202/test/tokens >>> Namespace "/test" is set for test environment only
After installing ember-cli-mirage ALL requests are redirected by ember mirage. For our application we have real requests to a gateway. We only need ember mirage for testing. Is this possible?
Best regards, Mario
Posts: 4
Participants: 2