-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Automatic Version Updates in Docs #1147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for jovial-austin-42fe02 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
Hi @titusfortner, |
| @@ -0,0 +1,5 @@ | |||
| distributionBase=GRADLE_USER_HOME | |||
| distributionPath=wrapper/dists | |||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest gradle version is 7.5.1. so might want to update that one :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We aren't actually using gradle in this project right now, I just want a place to show the right code/version, so I'm less worried that this stays pegged to the latest version.
c4fd883 to
f2a1932
Compare
ef880e0 to
4e9d5f0
Compare
|
@bonigarcia & @asolntsev |
|
In most cases, it's reasonable to use
|
|
I am assuming this is related to the pull request in SeleniumHQ/selenium about creating code examples from existing tests in the selenium repository. |
|
@ollie-iterators yes, the goal is for us to ensure examples are kept up to date in executable code rather than in docs |
|
Is this PR waiting for some improvement in code quality to happen in the selenium repository, or is there something more to be added to this pull request? |
|
Needs refactoring after the recent updates to tabpanes |
|
I think the next big thing that should be worked on after this is making it so that the test coverage can be calculated for the Selenium repository |
|
@ollie-iterators do you mean as in what percent of Selenium features are documented in this repo? Or unit test coverage of the Selenium tests? |
|
Unit coverage of the Selenium tests, because the tests will be used to make the documentation. Also, both of those options could be the same because the areas that have tests would be used to make documentation for Selenium features in this repository. |
|
Code coverage checks in my opinion are a bit overrated, but we definitely have a disparity of coverage between different languages. We've discussed options for this, feel free to join us and discuss in #selenium-tlc channel in Slack/Matrix - https://www.selenium.dev/support/#ChatRoom |
|
I think that test coverage would be a good way to find out which areas need tests which, once the tests are used to create the code examples would be the same as finding areas that need code examples. |
|
I'm rolling this into #1217 |

The goal is to automatically update versions in Documents based on current versions in examples, which requires implementing a gradle example in Java.
I'm not sure if what I put is "correct"
What is in our docs now:
What I'm using:
Someone who knows gradle should verify the right thing, and if we need to keep examples for multiple versions of gradle, etc.
I might need to change how files are parsed to get the auto-language to work; we'll see if this PR builds.