VS Code plugin
IDE plugins are developed to help you working with the creation of your automated tests and ease the generation of Allure Report and uploading the data to Allure TestOps.
Capabilities
IDE plugins allow you doing the following:
- Upload the test results of a local test run to Allure TestOps server.
- use case: local test run for newly automated tests
- use case: the automation of a manual test which exists in Allure TestOps
- Generation of Allure Report based on the test results
- Opening generated Allure Report
- Serving (temporary report is created) Allure Report based on the test results
VSCode plug-in
VSCode plug-in currently supports basic operations for Allure Report.
Programming language | Test framework | IDE |
---|---|---|
JavaScript | WIP | VS Code |
TypeScript | WIP | VS Code |
Installation
For the instructions please visit the plug-in's page at Visual studio marketplace.
- Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install qameta.allure-vscode
- Navigate to Allure support extension settings (We recommend to use User settings and not Workspace)
Here you need to configure 3 fields to connect pluguin with TestOps:
- Host
- Enter the URL of your Allure TestOps instance.
- Project
- To get project ID simply click on the Allure TestOps logo in your personal account of your Allure TestOps instance and you will be taken to the projects page, where you can see the ID of the project in which you need to upload test result files.
- Token
- To authorize the plug-in in Allure TestOps you need to generate personal access token in your profile section on Allure TestOps side.
- To work with Allure TestOps projects using the Allure support plugin for VS Code, you need to have at least ROLE_USER authority and at least project:write permission.
Description and pictures of test results upload
Upload test results to Allure TestOps from VS Code
© Qameta Software Inc. All rights reserved.