From Fedora Project Wiki

Description

This test case tests whether you can record your terminal.

Setup

  1. Ensure the Package-x-generic-16.pngasciinema package is installed

How to test

  1. Run asciinema rec to start recording and Ctrl+D or type exit on terminal to stop the recording
  2. After the recording is done, either hit enter to upload on asciinema or Ctrl+C to save the file locally

Expected Results

  1. Running asciinema play /path/to/abc.cast should play the recorded file if stored locally
  2. Running asciinema play https://asciinema.org/a/recordinglink should play the uploaded file (Replace the link with the actual link while testing)