Count how many tests related to a keyword via pytest pytest -k <keyword> --co | grep "collected" | tail -1 | awk '{print $2}'