From e8f8adfe27505a2a5feb665b680227ba5da07945 Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Fri, 1 Feb 2019 10:48:13 +0500 Subject: Add e2e QA test for logging in using GitHub OAuth Adds the test itself and the vendor page object model for GitHub login pages. --- qa/qa.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 355034daec9..c851524bb75 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -99,6 +99,7 @@ module QA autoload :LDAPNoTLS, 'qa/scenario/test/integration/ldap_no_tls' autoload :LDAPTLS, 'qa/scenario/test/integration/ldap_tls' autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml' + autoload :OAuth, 'qa/scenario/test/integration/oauth' autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes' autoload :Mattermost, 'qa/scenario/test/integration/mattermost' autoload :ObjectStorage, 'qa/scenario/test/integration/object_storage' @@ -342,6 +343,13 @@ module QA autoload :Login, 'qa/vendor/saml_idp/page/login' end end + + module Github + module Page + autoload :Base, 'qa/vendor/github/page/base' + autoload :Login, 'qa/vendor/github/page/login' + end + end end # Classes that provide support to other parts of the framework. -- cgit v1.2.3