The Watir Website is generated from the code in this repository using Jekyll
The code is in the main
branch, and updates to it are built by Github Actions.
Please help us keep our examples and tutorials up to date.
These guides can be found in the _guides
directory
Do you have Watir specific information you'd like to share?
Create a post in the _posts
directory
If you know Jekyll / HTML / CSS and would like to help improve our site's look and feel, by all means contact us.
HTML used for Watirspecs is mirrored on the Watir site in the watir/examples directory To update this code with the latest in the watir repository:
$ git remote add -f -t main --no-tags watirhtml https://github.com/watir/watir.git
$ git rm -rf examples
$ git read-tree --prefix=examples/ -u watirhtml/main:spec/watirspec/html