Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomDatabase ¶
func RandomDatabase() string
RandomDatabase returns a random valid mongo database name. You can use to to pick a new database name for each test to isolate tests from each other without having to tear down the whole server.
This function will panic if it cannot generate a random number.
Types ¶
type AccessibilityConfig ¶ added in v0.13.0
type AccessibilityConfig struct { Rules map[string]Rule `json:"rules,omitempty"` RunOnly RunOnly `json:"runOnly,omitempty"` }
func (*AccessibilityConfig) JSON ¶ added in v0.13.0
func (cfg *AccessibilityConfig) JSON() (string, error)
Exports the Accessibility config as a JSON string to supply to axe-core
type Violation ¶ added in v0.13.0
type Violation struct { ID string `json:"id"` Impact string `json:"impact"` Tags []string `json:"tags"` Description string `json:"description"` Help string `json:"help"` HelpURL string `json:"helpUrl"` Nodes []ViolationNode `json:"nodes"` }
func RunTestWithConfig ¶ added in v0.13.0
type ViolationNode ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.