lefthandedgoat / canopy

f# web automation and testing library, built on top of Selenium (friendly to c# also)
http://lefthandedgoat.github.io/canopy/
MIT License
506 stars 115 forks source link

Parallel support for Once/Before/After/Lastly #451

Closed mkj0 closed 5 years ago

mkj0 commented 5 years ago

Hi,

We've been using Canopy to build our E2E tests for a couple of months now, and really like the ease with which we can create them.

I'm trying to convert some tests that ran in sequence into something that can run in parallel. I'm going with instanced tests, so I've added instances to various contexts, open prunner etc. Unfortunately, it seems to be missing support for the context setup and teardown steps. Is this the case or am I missing something?

Thanks very much,

Mike

mkj0 commented 5 years ago

I've found the answer to my own question here - http://lefthandedgoat.github.io/canopy/upgrade1to2.html - no it doesn't, I'll try using another test runner like it suggests!

Cheers,

Mike