From Fedora Project Wiki
Description
This test case tests whether you can record your terminal.
Setup
- Ensure the
asciinema
package is installed
How to test
- Run
asciinema rec
to start recording and Ctrl+D or type exit on terminal to stop the recording - After the recording is done, either hit enter to upload on asciinema or Ctrl+C to save the file locally
Expected Results
- Running
asciinema play /path/to/abc.cast
should play the recorded file if stored locally - Running
asciinema play https://asciinema.org/a/recordinglink
should play the uploaded file (Replace the link with the actual link while testing)