Your Docusaurus site did not load properly.

A very common reason is a wrong site baseUrl configuration.

Current configured baseUrl = /bats/

We suggest trying baseUrl =

Bats

Basic Acceptance Test Suite

[object Object]

Automate Resource comparision

Bats was designed to allow you to automate comparision of values in config files likeXML PROPERTIES JSON APACHE config SHELL

[object Object]

Validate success/failure of shell commands

Bats lets you run shell commands on remote machines via ssh and verify whether ouput matches a given regex

[object Object]

Extract values

Bats allows you to extract values of certain properties from one resource and compare them to values of different properties in another resource of same or different type

[object Object]

Dynamically define locations

Bats enables to dynamically define the properties and resource location

[object Object]

Generate simplified or detailed logs

Bats allows to see simple or verbose logs

[object Object]

Define complex flows

Define complex flows with ‘one-to-one’ or ‘one-to-many’ comparisons

[object Object]

Define custom behavior on error

Define custom behavior on error ‘FILE_NOT_FOUND’. For example should ‘FILE_NOT_FOUND’ fail validation or should it ignore and move on.