Skip to content

Add byebug to GitLab QA gem list for debugging

Stan Hu requested to merge sh-gitlab-qa-add-byebug into master

Chrome makes it much easier to debug browser specs by disabling the headless option, so add byebug and pry for debugging.

I don't think we use capybara-webkit anymore, so bundle install removed them.

Merge request reports