### Run Integration Test with Pytest Source: https://github.com/cloudify-cosmo/cloudify-manager/blob/master/tests/README.md Execute a specific integration test using pytest. Ensure all required packages are installed and a manager Docker image is loaded. ```bash pytest -vxs integration_tests/tests/agentless_tests/test_workflow.py::BasicWorkflowsTest::test_execute_operation ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.