Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 07, 2018
  3. Feb 05, 2018
  4. Jan 31, 2018
  5. Jan 30, 2018
  6. Jan 26, 2018
  7. Jan 25, 2018
  8. Jan 23, 2018
  9. Jan 22, 2018
  10. Jan 16, 2018
  11. Jan 12, 2018
    • Filipe Freire's avatar
      improvement after CR · a1a5d142
      Filipe Freire authored
      - test reaches Activity page
      - the actual git push seems to be failing
      - had problems with defining selectors
      a1a5d142
  12. Jan 09, 2018
  13. Jan 08, 2018
  14. Jan 02, 2018
  15. Dec 28, 2017
  16. Dec 22, 2017
  17. Dec 21, 2017
  18. Dec 15, 2017
  19. Dec 07, 2017
  20. Nov 22, 2017
  21. Nov 17, 2017
  22. Nov 10, 2017
  23. Nov 09, 2017
  24. Oct 30, 2017
    • Richard Clamp's avatar
      Add tests for mattermost login via oauth · ce3b81b9
      Richard Clamp authored
      * Adds Runtime::Scenario as a place to record the properties of the
        Scenario we're interested in.
      
      * Adds a positional argument to Test::Integration::Mattermost to specify
        Runtime::Scenario.mattermost
      
      * Adds Page::Mattermost::{Main,Login} to model the mattermost pages we
        need to interact with.
      
      * Adds qa/features/mattermost/login_spec to perform a login via oauth
        and ensure we are logged in.
      ce3b81b9
  25. Oct 13, 2017
    • Richard Clamp's avatar
      Add Test::Integration::Mattermost · 60e8347c
      Richard Clamp authored
      Here we add a new entrypoint for the test suite,
      Test::Integration::Mattermost.  It is to ensure that mattermost
      integration is working when enabling the embedded mattermost of
      gitlab-omnibus
      
      It runs all the example groups from Test::Instance, in addition to any
      groups tagged :mattermost
      
      * Extracts a common entrypoint class from Test::Instance as
        Scenario::Entrypoint, and uses that as the base for Test::Instance and
        Test::Integration::Mattermost
      
      * RSpec groups defined in `specs/features/mattermost/**_spec.rb` are
        tagged with :mattermost so they can be filtered out of the default
        run.
      
      * Tests tagged :mattermost are filtered out by default, and are
        un-filtered by Test::Integration::Mattermost
      60e8347c
  26. Oct 09, 2017
Loading