Apologies if this is not the right place to ask, if there is a better place to ask questions like this please let me know. I'm fairly new to web components, polymer, and client side testing, I'm using C# and F# for my back end and I would really like to avoid needing to install the java runtime on my machine.
I understand that web-component-tester depends on selenium and it is using the java web driver. My question is, is there any way for me to configure things so it will use the C# web driver instead? or do I need to just give up on using web-component-tester and instead look into testing with just selenium and C# web driver without web-component-tester?
I don't have such a practical objection, but does leave a bad taste in my mouth to have to install jre simply to run tests (is node.js not enough?). It reminds me of when people giving me web development tools written Python, and then having to make grunt modules to use them :/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I don't have such a practical objection, but does leave a bad taste in my mouth to have to install jre simply to run tests (is node.js not enough?). It reminds me of when people giving me web development tools written Python, and then having to make grunt modules to use them :/