From Fedora Project Wiki

Revision as of 05:09, 8 June 2021 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests whether you can record your terminal. |setup= # Ensure the {{package|asciinema}} package is installed |actions= # Run <code>as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests whether you can record your terminal.

Setup

  1. Ensure the asciinema 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)