Compare commits

..

No commits in common. "master" and "circleci-project-setup" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# WEEHAWKEN C# TEST FRAMEWORK [![gmgauthier](https://circleci.com/gh/gmgauthier/weehawken.svg?style=svg)](https://circleci.com/gh/gmgauthier/weehawken)
# WEEHAWKEN C# TEST FRAMEWORK
This framework is basically a clone port of my java framework. It's a work in progress.

View File

@ -20,7 +20,7 @@ namespace weehawken
[TearDown]
public void TearDown()
{
//driver.Quit();
driver.Quit();
Console.WriteLine("End Test");
}