microsoft / azure-load-testing

MIT License
22 stars 3 forks source link

[BUG] Load Test description is not displaying when running load test via Azure Pipeline #34

Open agrawalamit31 opened 2 years ago

agrawalamit31 commented 2 years ago

Describe the bug Created Azure Pipeline which uses configuration.yml file. This file has description. while running load test, Observed Description is not updated in portal. Screenshot is attached for reference.

configuration.yml file version: v0.1 testName: NotificationXLoad testPlan: Notification.jmx description: 'Notification XLoad Test Run' engineInstances: 1

Expected behavior Unable to find Description value -> 'Notification XLoad Test Run' in below screeshots

Screenshots image

image

AB#1463625

ninallam commented 2 years ago

Hi @agrawalamit31 the above screenshot is the test run description. The test description can be seen when you click on Configure -> Test as shown below image

Currently there is no way to update test run description through Azure Pipelines. We will take this feedback to improve the experience.

agrawalamit31 commented 2 years ago

Hi @ninallam ->Problem is we provide description at the time of creation but is not visible in portal along with TestName.

image

I was expecting Description column but no as such column. image

ninallam commented 2 years ago

@agrawalamit31 thanks for the feedback. We have take an note of this and will improve the experience.