Skip to content

Add #integrationGitlabUser1 for easy GitLab integration testing

Eric Eastwood requested to merge integrationGitlabUser1 into develop

Add #integrationGitlabUser1 for easy GitLab integration testing

Part of https://gitlab.com/gitlab-org/gitter/webapp/issues/2393

Split off from https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1702


Usage: (you can see actual usage of it in https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1702)

fixtureLoader.ensureIntegrationEnvironment('#integrationGitlabUser1');

  const fixture = fixtureLoader.setup({
    userGitlab1: '#integrationGitlabUser1',
    user2: {}
  });
Edited by Eric Eastwood

Merge request reports