scottohara/loot

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

Summary

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