Skip to content

Add integration tests

Administrator requested to merge mz/integration-tests into master

Created by: marekweb

Add integration test for a repository index page.

  • load a repository page on Sourcegraph
  • assert that it loads and shows directory listing
  • navigate to a file, assert that it works
  • navigate back to repository using breadcrumbs
  • navigate to a commit, assert that it works

Add a short test for user profile

  • load user profile
  • change display name and click save
  • assert that updateUser request is triggered

Merge request reports

Loading