Skip to content

WIP: GitLab Selenium Proxy for screenshots and CI view

What does this MR do?

  • GitLab Selenium Proxy for screenshots
  • Add Selenium CI view at the job-level

Previous CE MR, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17549

Are there points in the code the reviewer needs to double check?

How do I get this running locally?

  1. Check out this MR
  2. Run a pipeline locally that uses the GitLab Selenium proxy and saves the artifacts, mkdir -p selenium/ && curl -s http://localhost:4545/logs.tar.gz | tar -xvzf - -C selenium/
  3. Click on the job that ran Selenium and switch to the Selenium tab at the top

Fixing flakey time-sensitve tests

Refactor based on new artifact setup

The artifact system was refactored in https://gitlab.com/gitlab-org/gitlab-ce/issues/46809 but we still need the internal API to expose the data, https://gitlab.com/gitlab-org/gitlab-ce/issues/51647

  • TODO: Update this MR with new format

Dev notes

Sidekiq NewNoteWorker/new_note queue affected by Selenium proxy (internal_references_spec.rb failure)

Slack discussion: https://gitlab.slack.com/archives/C02PF508L/p1528963806000272

Fix is here https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19979

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Documentation created/updated
  • API support added
  • Tests added for this feature/bug
  • Conform by the code review guidelines
    • Has been reviewed by a UX Designer
    • Has been reviewed by a Frontend maintainer
    • Has been reviewed by a Backend maintainer
    • Has been reviewed by a Database specialist
  • EE specific content should be in the top level /ee folder
  • Conform by the merge request performance guides
  • Conform by the style guides
  • If you have multiple commits, please combine them into a few logically organized commits by squashing them
  • Internationalization required/considered
  • If paid feature, have we considered GitLab.com plan and how it works for groups and is there a design for promoting it to users who aren't on the correct plan
  • End-to-end tests pass (package-qa manual pipeline job)

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6278

Edited by Eric Eastwood

Merge request reports