README.md

Needle mapper for OpenQA

This script find all json files in the specified directory tree which have the suitable tag. It is similar to using git grep but it only searches the needle json files and avoids anything else.

Usage

./needle_mapper.py <root directory> <tag to find>

Notes

  • The root directory is the directory from which the script starts the search.
  • The tag to find is the tag you want to search the files for.

Example

./needle_mapper.py /home/openqa/needles ok_button_clicked