Write Human-Readable Instructions
Write your test case instructions in plain language with test framework you like. Alumnium provides simple commands:
- Use
do
to describe the steps to perform. - Use
check
to verify the results. - Use
get
to extract data from the page.
al.do("create task 'buy milk'")al.check("task 'buy milk' is pending")assert al.get("number of pending tasks") == 1