python:taurus

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
python:taurus [2022/06/25 16:24] – 作成 ともやんpython:taurus [2022/06/26 17:28] (現在) ともやん
行 1: 行 1:
 ====== Taurus - 継続的テスト自動化フレームワーク ====== ====== Taurus - 継続的テスト自動化フレームワーク ======
 +本家: [[https://gettaurus.org|Taurus]]\\
  
 ===== インストール ===== ===== インストール =====
行 6: 行 7:
 $ python -m venv pyTaurus $ python -m venv pyTaurus
 $ . .\pyTaurus\Scripts\activate $ . .\pyTaurus\Scripts\activate
 +(pyTaurus) $ python -m pip install --upgrade pip
 +</code></WRAP>
 +<WRAP color_result><html><pre>
 +Requirement already satisfied: pip in c:\users\tomoyan\pytaurus1\lib\site-packages (22.0.4)
 +Collecting pip
 +  Downloading pip-22.1.2-py3-none-any.whl (2.1 MB)
 +     <b style="color:#87af5f;">━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</b> <b class=GRN>2.1/2.1 MB</b> <b class=RED>980.9 kB/s</b> eta <b class=CYN>0:00:00</b>
 +Installing collected packages: pip
 +  Attempting uninstall: pip
 +    Found existing installation: pip 22.0.4
 +    Uninstalling pip-22.0.4:
 +      Successfully uninstalled pip-22.0.4
 +Successfully installed pip-22.1.2
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><code>
 +(pyTaurus) $ pip install --upgrade wheel setuptools cython
 +</code></WRAP>
 +<WRAP color_result><html><pre>
 +Collecting wheel
 +  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
 +Requirement already satisfied: setuptools in c:\users\tomoyan\pytaurus1\lib\site-packages (58.1.0)
 +Collecting setuptools
 +  Downloading setuptools-62.6.0-py3-none-any.whl (1.2 MB)
 +     <b style="color:#87af5f;">━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</b> <b class=GRN>1.2/1.2 MB</b> <b class=RED>1.7 MB/s</b> eta <b class=CYN>0:00:00</b>
 +Collecting cython
 +  Using cached Cython-0.29.30-py2.py3-none-any.whl (985 kB)
 +Installing collected packages: wheel, setuptools, cython
 +  Attempting uninstall: setuptools
 +    Found existing installation: setuptools 58.1.0
 +    Uninstalling setuptools-58.1.0:
 +      Successfully uninstalled setuptools-58.1.0
 +Successfully installed cython-0.29.30 setuptools-62.6.0 wheel-0.37.1
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><code>
 (pyTaurus) $ pip install bzt (pyTaurus) $ pip install bzt
 </code></WRAP> </code></WRAP>
行 113: 行 154:
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
 +
 +===== 参考文献 =====
 +[[https://blog.serverworks.co.jp/about-blazemeter-products|]]\\
 +[[https://zenn.dev/tonchan1216/articles/11afd147ea3dd2734315|]]\\
  
  • python/taurus.1656141853.txt.gz
  • 最終更新: 2022/06/25 16:24
  • by ともやん