📄️ Pricing
Testabulous pricing is transparent and commitment free. Test files are parsed on create and whenever they change. It costs 1 credit to parse a file. Parse results are cached both locally and on the Testabulous platform so that you're only charged once for each file version.
📄️ Installation
First of all sign up for an account on the Testabulous platform. There's no initial commitment and no credit card required. All new accounts get 50 credits free so it costs nothing to get started.
📄️ Creating your first test
Tests are composed in markdown files and stored in the /testabulous/tests folder. Each file consists of an optional title, a set of "givens" which are global to all the tests in the file and a collection of tests. Each test has its own title and can have it's own set of givens. Whether top level or test specific, givens should always be introduced with the title Given: at the appropriate title level.