예제 #1
0
        public void SearchWithGoogle()
        {
            string jsonFile = "Inputs/TestBooks/Simple/SearchWithGoogle.json";

            SeleniumLauncher.ExecuteTestFromJson(jsonFile);
        }
예제 #2
0
        public void HelloTalentConnectAndSearch()
        {
            string jsonFile = "Inputs/TestBooks/WithScenario/HelloTalentConnectAndSearch.json";

            SeleniumLauncher.ExecuteTestFromJson(jsonFile);
        }