Manually Adding Application Routes

Overview Emtrey can automatically detect all of your application’s routes by parsing router files, but in case you want granular control over the URLs Emtrey analyzes, you can customize the URLs by using a configuration file. If you don’t already have an...

Ignoring Certain Routes

Overview Emtrey will automatically discover what routes to visit when not using a custom route config. In the case you have some routes you don’t want included in the process, you can specify them in the Emtrey config. If you don’t already have an...

Providing Credentials For Protected Routes

Overview If your application requires a user to be logged in to access a route, you may define login credentials in your emtrey.config.js file. These credentials will be used in conjunction with the provided login URL, and automatically entered before visiting each...

Setting Up An Emtrey Configuration File

Overview Emtrey offers finer control over certain functionality such as: logging in, delaying screenshots, skipping routes, and more. In order to access this, Emtrey must read a configuration file in the root of your project’s directory. To configure Emtrey,...