Algot
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Edited Custom commands for Pytest build step
I'm using Python implementation of Playwright framework. To install it I have to create virtual environment (venv) install all requirements from requirements.txt run command `python -m playwright ... -
Created Store .env parameters as secret
AnsweredI have python project which uses .env file as storage for env variables. The .env file is not committed to git and I fill it manually on my local environment. I want to set up my project in the Tea... -
Created Get test results list automatically
I have TeamCity project which runs NUnit tests. I can get test results as .csv file via WebUi ("Download all tests in CSV") Is it any possibility to get such .csv file automatically on every bui...