I have written E2E tests in Protractor which uses node to run through 
webdriver. 

Now I have some inserts tests which will insert the data and create user. 

Now if I run the case for the first time it will pass but when I will rerun 
the test it will fail as it will already present. 

Expected : I need to restore my MSSQL DB when ever the tests in protractor 
start. 

Present : I am doing manually by restoring the test. 

Is there any way that I can restore the DB through protractor or Node ?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to