我在哪里可以看到或创建这个文件 ~/.tcms.conf
Where can I see or create this file ~/.tcms.conf
我正在尝试按照以下说明操作:https://github.com/kiwitcms/junit-plugin/ 但我不知道在哪里设置这个特定文件 '~/.tcms.conf:'
配置和环境
最小配置文件 ~/.tcms.conf:
[tcms]
url = https://tcms.server/xml-rpc/
username = your-username
password = your-password
我不知道在哪里寻找或创建
~/
表示您的主目录,在本例中是 System.getProperty("user.home")
returns。在 Linux 这通常是 /home/your-username
。
.tcms.conf
是这个目录里面的文件名。
我正在尝试按照以下说明操作:https://github.com/kiwitcms/junit-plugin/ 但我不知道在哪里设置这个特定文件 '~/.tcms.conf:'
配置和环境 最小配置文件 ~/.tcms.conf:
[tcms]
url = https://tcms.server/xml-rpc/
username = your-username
password = your-password
我不知道在哪里寻找或创建
~/
表示您的主目录,在本例中是 System.getProperty("user.home")
returns。在 Linux 这通常是 /home/your-username
。
.tcms.conf
是这个目录里面的文件名。