scottohara/loot

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

Summary

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