Functions Glossary

Toolproof provides the following Instructions:

#Filesystem

Instructions:

Retrievals:

#Process

Instructions:

Retrievals:

#Hosting

Instructions:

#Browser

Instructions:

Retrievals:

#Assertions

#Exact assertions

Exact assertions can compare complex objects. For example:

steps:
  - step: In my browser, the result of {js} should be exactly {result}
    js: |-
      return { hello: "world", numbers: [1, 2, 3] };      
    result:
      hello: world
      numbers:
        - 1
        - 2
        - 3

#Contain assertions

#Presence assertions