Hi guys I'm new to Protractor and think it's great so far, but I'm sort of stuck when it comes to setting up a database test fixture. What I need to do is inject data into my database (OrientDB) by POSTing to its REST API, before the test, and remove the same data after the test (also via REST). How can I accomplish this from Protractor? I figure I might use the Node http<http://nodejs.org/api/http.html>module, but then I would need to be able to write an async test, See also my stackoverflow question<http://stackoverflow.com/questions/21689089/how-can-i-make-a-post-request-from-a-protractor-test> on the problem.
Thanks in advance, Arve -- 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/groups/opt_out.
