pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.06k stars 264 forks source link

Add cypress and cypress-axe packages for accessibility testing (#7201) #7213

Open heybran opened 8 months ago

heybran commented 8 months ago

Description

Add cypress and cypress-axe packages to do automatic accessibility testing.

Related GitHub issue(s)

7201

Testing instructions

  1. Run npm run cypress:open
  2. Cypress will be open for us to run cypress tests

Screenshots / screencast

Changelog text for these changes

Enhancement: Pods now has cypress installed to do automatic accessibility testing. #7201 (@heybran)

PR checklist

what-the-diff[bot] commented 8 months ago

PR Summary

sc0ttkclark commented 7 months ago

Is there a corresponding GitHub action we should be using here?