scottohara/loot

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

Summary

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