Skip to main content

2 docs tagged with "examples"

View all tags

Parameterized Tests

Parameterized tests allow you to run the same test logic with different inputs and expected results. This helps to test across various scenarios without writing repetitive tests.

Promises

The use of native JavaScript syntax in tests is one of the major differences between Poku and other test runners, which is what makes it possible to use it on multiple platforms.