Skip to content

Welcome

Purpose

Markdown slides for technical conference talks by Gaurav Singh (a.k.a automationhacks) mostly but not limited to Software testing and automation

These are:

  • hand crafted with ❤️ using markdown
  • uses mkdocs-material to generate the static site
  • hosted with ❤️ on Github pages

You can easily view this on the web by going to:

https://automationhacks.io/slides/

And then clicking through

Archive of past talks

2020

  • How to build an automation framework with selenium : patterns and practices, first delivered during Selenium Conference 2020, Bangalore. View CFP

Build locally

If you want to build the site locally, clone this repo and then execute below commands

Note: You might want to use pipenv to setup python dependencies

# activate pipenv
pipenv install
# View from local
mkdocs serve