scottohara/loot

View on GitHub
cypress/support/accounts/commands.ts

Summary

Maintainability
A
0 mins
Test Coverage
Cypress.Commands.add("createAccounts", (): void => {
    cy.exec("bundle exec rake db:e2e:accounts");
});