View Source API Reference heyya v0.7.1

Modules

Heyya is here to help with you testing

Heyya.LiveTest module provides helper methods that make it easier to write a more linear live view test. It takes care of the fact that there's connection state, view state, and last html state.

This module is a struct to hold the state of a session of live view testing.

Heyya.SnapshotTest allows for fast snapshot testing of Phoenix components. Snapshot testing components is a fast and easy way to ensure that they work and produce what they expected to produce without having to hand write assertions.