by user | Jan 26, 2024 | Getting Started
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...
by user | Jan 26, 2024 | Using Emtrey
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...
by user | Jan 26, 2024 | Configure
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...
by user | Jan 25, 2024 | Configure
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,...
by user | Jan 25, 2024 | Getting Started
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...