From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=iexa is a modern replacement for ls. It uses colors for information by default, which helps you distinguish properties such as file type and owners...")
 
No edit summary
 
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=iexa is a modern replacement for ls. It uses colors for information by default, which helps you distinguish properties such as file type and ownership. It also has extra features not present in the original ls, such as viewing git status for a directory or recursively listing files through sub-directories with a tree view.
|description=exa is a modern replacement for ls. It uses colors for information by default, which helps you distinguish properties such as file type and ownership. It also has extra features not present in the original ls, such as viewing git status for a directory or recursively listing files through sub-directories with a tree view.
|setup=Optionally include information on preparing the test environment
|setup=Optionally include information on preparing the test environment
|actions=
|actions=
Be as specific as required for the target audience.  
# Execute as root or sudo  <code> dnf install exa </code>
# Start here ...
# Get inside any existing directory or run the following to clone and change directories <code> git clone https://pagure.io/kernel-tests.git && cd kernel-tests </code>
# Next do this ...
# Execute <code> exa </code>
# Finally click that
# Execute <code> exa -l </code>
# Execute <code> exa -bghHliS </code>
|results=
|results=
The following must be true to consider this a successful test run. Be brief ... but explicit.  
The following must be true to consider this a successful test run. Be brief ... but explicit.  
# Step #1 completes without error
# Step #1 Completes without error
# The system boots into runlevel 5
# Step #3 Exa will color code the files and folders
# Program completes with exit code 0
# Step #4  Lists Permissions, Size , User , Date Modified and Name of the file
|optional=Optionally provide hints for exploratory testing.
# Step #5  Lists inode, Permissions, Links, Size, Blocks, User, Group, Date Modified and Name of the file
|optional= .
}}
}}

Latest revision as of 05:57, 3 April 2018

Description

exa is a modern replacement for ls. It uses colors for information by default, which helps you distinguish properties such as file type and ownership. It also has extra features not present in the original ls, such as viewing git status for a directory or recursively listing files through sub-directories with a tree view.

Setup

Optionally include information on preparing the test environment

How to test

  1. Execute as root or sudo dnf install exa
  2. Get inside any existing directory or run the following to clone and change directories git clone https://pagure.io/kernel-tests.git && cd kernel-tests
  3. Execute exa
  4. Execute exa -l
  5. Execute exa -bghHliS

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 Completes without error
  2. Step #3 Exa will color code the files and folders
  3. Step #4 Lists Permissions, Size , User , Date Modified and Name of the file
  4. Step #5 Lists inode, Permissions, Links, Size, Blocks, User, Group, Date Modified and Name of the file

Optional

.