You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determine if there is another way to distribute the selenium server standalone and htmlunitdriver jars. This would be ideal, but current setup is acceptable.
The text was updated successfully, but these errors were encountered:
I think the best way to handle both selenium server standalone and htmlunitdriver jars is to take them out of the plugin and check for a new jar once in a while (say 1 month). Once a new jar is available we get to keep the old jar and start working with the new one (once all nodes are idle). If there are older jars they can be discarded.
This way the plugin doesn't have to keep up with the selenium server development cycle - we're already at 3.5.3...
This sounds good in theory but actually requires large parts of the plugin to be re-written as the plugin and selenium-server are very much interwoven at the moment. I currently do not use selenium and have started a full-time job so I don't really have much interest in starting this undertaking.
Using an external jar would not be hard at all as we already have scripts for that in the project itself, and Jenkins has a build in way of downloading external dependencies for plugins as well. This is used by the chrome webdriver plugin for example. We just cannot use that way right now because of the way the plugin is put together, and I do not have the time or interest for it right now.
Determine if there is another way to distribute the selenium server standalone and htmlunitdriver jars. This would be ideal, but current setup is acceptable.
The text was updated successfully, but these errors were encountered: