You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Generating an application composes a default screen from its own model: a command form per command, bound by the command name. An application whose Screenplay declares screens still gets exactly what it declared. (#100)
Changed
An application that declares no screens now plans a Scene payload and a binding module it did not plan before, so its generated frontend has something to render.