Beispiel #1
0
        public void SignUpToGithub(string username, string email, string passwrd)
        {
            test = extent.CreateTest("testSignUpToGithub").Info("Test Started");
            Signup signup = new Signup(driver);

            signup.performSignUp(username, email, passwrd);
        }