### Build Project with Make Source: https://github.com/ibm/elm-python-client/blob/master/elmclient/examples/seq/js-sequence-diagrams/README.md Run this command to install development dependencies, build the project, and run tests. Ensure Make and npm are installed. ```bash make ``` -------------------------------- ### ETM: Get all test cases in a project Source: https://github.com/ibm/elm-python-client/blob/master/elmclient/examples/OSLCQUERY.md This example demonstrates how to query all test cases from an opt-out project in ETM. The -A option specifies the application context root. ```bash oslcquery -J https://my.server:port -A qm:qm1 -U YOURUSERNAME -P YOURPASSWORD -p "My QM Project" -s dcterms:title -O qmresults.csv ``` -------------------------------- ### License Header Example Source: https://github.com/ibm/elm-python-client/blob/master/CONTRIBUTING.md Example of a required license header for source files using SPDX format. ```text # # Copyright All Rights Reserved. # # SPDX-License-Identifier: MIT # ``` -------------------------------- ### Install elmclient using pip Source: https://github.com/ibm/elm-python-client/blob/master/README.md Use this command to install or update the elmclient library from PyPI. This is the quickest method for getting started and for easy updates. ```bash pip install elmclient ``` ```bash pip install -U elmclient ``` -------------------------------- ### HTML for Bower Installation Source: https://github.com/ibm/elm-python-client/blob/master/elmclient/examples/seq/js-sequence-diagrams/README.md Include these scripts when using Bower for installation to load necessary dependencies. ```html