Skip to content

Ensure each QA run saves screenshots to a unique folder

George Koltsov requested to merge support-ce-49021 into master

This is the first part of https://gitlab.com/gitlab-org/gitlab-ce/issues/49021 which ensures subsequent QA runs don't erase screenshots from previous runs.

Part 2 (keep the test file structure for screenshots) is at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20495.

Artifacts structure locally (with the change from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20495)

Screen_Shot_2018-07-12_at_10.57.15

Artifacts structure on the CI (without the change from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20495)

Screen_Shot_2018-07-11_at_12.44.33

/cc @ddavison

Edited by George Koltsov

Merge request reports