Getting Started With JavaScript Testing for WordPress

Source for talk slides. A presentation about JavaScript testing for Wordress developers. Presented July, 2022 at WordCamp Santa Clarita.

JavaScript Testing In And Around WordPress

This is an update of a talk presented October, 2019 at WordCamp New York City 2019.

Links

Development

Boilerplate used: https://github.com/whoisryosuke/mdx-deck-netlify

To run the presentation deck in development mode:

yarn #install
yarn start #start

Edit the deck.mdx file to get started.

Deploy To Github Pages

yarn deploy
git add . "rebuild"
git push