Skip to content
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

'Latest' command is missing creating the directory structure #555

Closed
NetoBuenrostro opened this issue Jan 23, 2018 · 1 comment · Fixed by #556
Closed

'Latest' command is missing creating the directory structure #555

NetoBuenrostro opened this issue Jan 23, 2018 · 1 comment · Fixed by #556

Comments

@NetoBuenrostro
Copy link
Contributor

https://github.com/BBC-News/wraith/blob/df0abb4ffccded412d118f04988443ea76fa1479/lib/wraith/cli.rb#L158

  desc "latest [config_name]", "Capture new shots to compare with baseline"
  def latest(config)
    within_acceptable_limits do
      logger.info Wraith::Validate.new(config).validate("latest")
      reset_shots(config)
+      setup_folders(config)
      save_images(config, true)
      copy_base_images(config)
      crop_images(config)
      compare_images(config)
      generate_thumbnails(config)
      generate_gallery(config)
    end
  end
@kentr
Copy link

kentr commented Apr 29, 2018

This looks like a duplicate of #546.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants