Example #1
0
        public LoginPage(TestContext testContext, TestingProfile testProfile, ITestFrameworkConfiguration config) : base(testContext, testProfile, config)
        {
            _testingProfile = testProfile;
            _testContext    = testContext;
            _config         = config;

            Initialize();
        }
Example #2
0
 public BaseDashboardPage(TestContext testContext, TestingProfile testProfile, ITestFrameworkConfiguration testConfig)
 {
     _testingProfile = testProfile;
     _testContext    = testContext;
     _config         = testConfig;
 }
 public BeforeAfterScenarios(TestContext context, TestFrameworkConfiguration config)
 {
     _context = context;
     _config  = config;
 }