Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自動化されたテスト ケースの結果に基づいて、Testopia で自動化されたテスト ケースをマークする必要がありました。これどうやってするの?私は testopia API コードを持っていましたが、これに対する解決策を見つけることができません。
Jenkinsv1.1用のTestopiaプラグインが利用可能になりました。このウィキはそれがどのように機能するかを説明しています:
https://wiki.jenkins-ci.org/display/JENKINS/Testopia+Plugin
Testopia contrib ディレクトリの perl の例を使用しました。これをシェル スクリプトから呼び出すと、テストケースのステータスが更新されます。
最近、Jenkins が同じことを行うためのプラグインを開発するプロジェクトに参加しました。