Supported Frameworks

Overview Below is a list of supported web application frameworks that Emtrey officially supports and is regularly tested on. We continually add new supported frameworks and this list is kept up to date. Web Application Frameworks React Angular Gatsby Vue.js Phoenix...

Reviewing Changes

Overview At its core, Emtrey is a collaboration tool. After using the Emtrey CLI, a run-through for a project is created and made ready for review. In this doc, you will learn how to review and comment on changes and mark changes as approved and unapproved. Review...

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,...

Establish a Baseline for a Project

Overview Emtrey requires all projects to be managed by version control, git. No matter which branching strategy your team follows (eg. gitflow), utilizing different branches and commits is key to Emtrey tracking changes. By default, Emtrey compares all branches to the...