Chris Holt
Chris Holt
ChromeHeadless should work, if it does not let me know and I will try getting the source of this repo and figuring it out. https://github.com/lefthandedgoat/canopy/blob/master/src/canopy/canopy.fs#L871
PR here: https://github.com/SAFE-Stack/SAFE-BookStore/pull/318 Hope this helps, please let me know if it you have any problems and I will do what I can to help.
I think that may be a one liner, I can try it out later. https://github.com/lefthandedgoat/canopy/blob/master/src/canopy/canopy.parallell.functions.fs#L265 Change browser -> searchContext
I havent seen it. It doesn't share the same API as selenium, so using it in canopy would mean creating a wrapper around it that does implement the selenium Interface...
I will also add that selenium gets a lot of hate, but its not well earned. (edit) UI automation is a huge PITA, and Selenium is kind of a PITA,...
You could totally create a nice F# dsl for puppeteer. the DSL aspect of canopy is nice, but the real secret sauce is the 'stabilization' part that goes to great...
Also, if you would like to start an F# dsl for puppeteer, I would be glad to help you!
I've never personally used a public Test case management tool. A friend used https://www.gurock.com/testrail/ For integration with whatever tool you use, you can use the JUnit test reporter and take...
I can fix this this weekend. canopy uses https://www.nuget.org/packages/System.Drawing.Common/ which should work with .net core but I will also try it on windows + osx, no linux vm handy sorry.
@manishdube You are saying that things are working for the normal browser but not the one started by the reporter? Move your `let chromeOptions =...` above the reporter line and...