Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TestRail sample (cloud) CSV to match Doc #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vnaipaul
Copy link

More housekeeping: matching the filename of the sample CSV between cloud & server versions.

Before

bash-3.2$ pwd
/git/xray/xray-code-snippets/use_cases/import_from_testrail
bash-3.2$ grep comicE README.md 
python3 testrail2Xray.py -i comic_estore.xml -o comicEstore.csv
python3 testrail2Xray.py -i comic_estore.xml -o comicEstore.csv
python3 testrail2Xray.py -i comic_estore.xml -o comicEstore.csv -e https://testrail.com/
bash-3.2$ ls -l */comicE*.csv
-rw-r--r--  1 vnaipaul  staff  1738 11 Nov 21:12 cloud/comicEStore.csv
-rw-r--r--  1 vnaipaul  staff  1386 11 Nov 21:09 server/comicEstore.csv

After

bash-3.2$ pwd
/git/xray/xray-code-snippets/use_cases/import_from_testrail
bash-3.2$ grep comicE README.md
python3 testrail2Xray.py -i comic_estore.xml -o comicEstore.csv
python3 testrail2Xray.py -i comic_estore.xml -o comicEstore.csv
python3 testrail2Xray.py -i comic_estore.xml -o comicEstore.csv -e https://testrail.com/
bash-3.2$ ls -l */comicE*.csv  
-rw-r--r--  1 vnaipaul  staff  1738 11 Nov 21:14 cloud/comicEstore.csv
-rw-r--r--  1 vnaipaul  staff  1386 11 Nov 21:09 server/comicEstore.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant