Skip to contents

Background

Provide context and preconditions for tests.

background()
BDD background

Scenarios

Illustrate a concrete example.

scenario()
BDD scenario

Features

A deliverable behavior or functionality.

feature()
BDD Feature

Bundle

Combine features, background, and scenario.

bundle()
Bundle BDD functions

Tables

Add tables to features, background, and scenario.

with_table()
Add Gherkin-style table

Functions for testing

A collection of functions for testing

check_string()
Check for string (rlang util)
pickler_logo()
Pickler logos
pickler_logo2()
alternate pickler logo 2
pivot_string_long()
Pivot a string into a long data frame format
process_text()
Process names and text in dataset
split_cols()
Split a column into multiple columns based on a pattern
rev_string()
Reverse a String