-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Nightly and Stable for JS and DotNet #1682
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
PR Description updated to latest commit (2b8535f)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI Failure Feedback(Checks updated until commit 8ad8fcf)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
Type
enhancement, configuration changes
Description
package.nightly.json
for JavaScript to manage nightly dependencies separately.Changes walkthrough
dotnet-examples.yml
Update .NET GitHub Actions Workflow for Nightly and Stable Builds
.github/workflows/dotnet-examples.yml
SE_RELEASE
added to specify the release typeduring test execution.
js-examples.yml
Update JavaScript GitHub Actions Workflow for Nightly and Stable
Builds
.github/workflows/js-examples.yml
package.json
for nightly builds depending on the OS.NODE_AUTH_TOKEN
during npm install.SeleniumDocs.csproj
Configure .NET Project for Nightly and Stable Dependency Management
examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
stable releases.
package.nightly.json
Add Nightly package.json for JavaScript Examples
examples/javascript/package.nightly.json
updated dependencies.