Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 527 Bytes

WAT

WAT is a platform you can use to record and play your E2E test (see WAT)

It is composed of the following components:

  • scenario: is a library for storing any E2E scenario
  • api: is the back-end of the platform
  • front: is the front-end of the platform
  • player: is the component that plays E2E scenario
  • scheduler: is the composent that schedules the runs
  • chrome_plugin: is a Chrome plugin used to record E2E scenario
  • docker_compose: is the docker-compose files to launch the platform