-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Acceptance convert to Litmus #311
Comments
Similar to module testing after you run It might be better to create new function for desc 'Onceover Deploy'
task :onceover_deploy do
require 'onceover/controlrepo'
require 'onceover/deploy'
repo = Onceover::Controlrepo.new
Onceover::Deploy.new.deploy_local(repo)
end |
Yeah so a lot of work went into the |
@dylanratcliffe anyway you can rebase that brand so it's not so far behind main? I'd like to give it a test. |
With the deprecation of beaker the
onceover run acceptance
should be converted over to using litmus.The text was updated successfully, but these errors were encountered: