Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

testing.RecordedCall.commands

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
testing
Declared in
RecordedCall
Package
libtmux
Source
packages/libtmux/src/testing.ts
commands : : readonly (readonly string[])[]
propertyreadonly [source]
propertyreadonly [source]
commands

The commands tmux ran, without the connection flags.

The flags say which socket and which binary, which is what differs between the machine that recorded and the one replaying; the commands are what decided the answer. Keying on these lets a fixture recorded on one socket replay on a Server built with no socket at all.

0 declared, 0 inherited

Esc

Type to search.