๐Ÿ“ฆ SeleniumHQ / seleniumhq.github.io

Official Selenium website and documentation

โ˜… 1.4k stars โ‘‚ 1.5k forks ๐Ÿ‘ 1.4k watching โš–๏ธ Apache License 2.0
hugo
๐Ÿ“ฅ Clone https://github.com/SeleniumHQ/seleniumhq.github.io.git
HTTPS git clone https://github.com/SeleniumHQ/seleniumhq.github.io.git
SSH git clone git@github.com:SeleniumHQ/seleniumhq.github.io.git
CLI gh repo clone SeleniumHQ/seleniumhq.github.io
Copilot Copilot Revert "remove Sauce Labs as development sponsor (#2561)" (#2565) 7cde0f9 1 days ago ๐Ÿ“ History
๐Ÿ“‚ trunk View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ examples
๐Ÿ“ scripts
๐Ÿ“ website_and_docs
๐Ÿ“„ .gitignore
๐Ÿ“„ .gitmodules
๐Ÿ“„ .gitpod.yml
๐Ÿ“„ build-site.sh
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ favicon.ico
๐Ÿ“„ GOVERNANCE.md
๐Ÿ“„ LICENSE
๐Ÿ“„ netlify.toml
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ README.md

GitHub Actions Run Java examples Run Kotlin examples Run Python examples Run JavaScript examples Run Ruby examples Run DotNet examples

Selenium

Selenium Site and Documentation

This is the repository used to build and publish the official Selenium website.

Quick start

We use Hugo and the Docsy theme to build and render the site. You will need the extended Sass/SCSS version of the Hugo binary to work on this site. We recommend to use Hugo 0.148.2

Steps needed to have this working locally and work on it:

A full contribution guideline can be seen at contributing

How to get involved?

Please check all the information available at

Do not want to clone the repository to contribute? Use GitPod

Open in Gitpod

For Selenium Site and Documentation maintainers

How does the site and docs get build?

GitHub actions runs for every commit on each PR and protected branch. The regular CI execution will build the site with Hugo to verify that the commit works. The description of these steps can be seen at the actions configuration file, one for testing a PR, and one for deploying the site

How are the site and docs deployed?

After each CI execution that happens in the trunk branch, the script build-site.sh is executed for deployment. This script checks for the string [deploy site] in the commit message.

If the commit message contains that string, and the commit is in trunk, a GitHub action is triggered to build and deploy the site. The site and docs will be built, and the changes will be committed to the branch publish by the user Selenium-CI.

*What is important to take into account is that the source files for the site are in the trunk branch, and the files that get deployed are pushed to the publish branch.*

The site is deployed using GitHub pages, and the configuration for this can be seen at the repo settings (if you are a maintainer you should be able to access the link).

The selenium. domain is managed at , if you need access to it, reach out to any of the PLC or TLC members, who can help you with that.

If for any reason, you need to setup the domain redirection again, we followed this guide, but any tutorial/guide showing how to redirect a domain to GitHub pages should do.