Skip to content

Testing: turn examples into integration tests #139

@backkem

Description

@backkem

Turn examples into integration tests.

Design goals:

  • Use the existing examples
  • Have minimal impact on the example code E.g.: add event listeners on the existing textareas.
  • Use go test to run the tests
  • Place integration tests behind a build flag to avoid bloating unit tests (E.g.: go test github.com/pions/webrtc -tags=integration)
  • Communicate test data/results over http in order to minimize use of specialized APIs for test subjects (like a browser, node, ...).

(Moved from #120)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions