Glossary term: Node

https://feditest.org/glossary/node/

An instance of an application that communicates with other Nodes during testing. Also an API to that Node.

For example, an instance of App Mastodon would be a Node. Nodes are generally parts of Constellations.

Nodes are instantiated by Node Drivers.

In the code, class Node is the superclass of all implementation classes that know how to control and observe Nodes.