allure-framework / allure-framework/allure-python
Add ability to add parametr to name of paramerised test case
- Lingua principale
- Python
- Stelle
- 814
- Fork
- 260
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hello.
#### I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
It would be great to have ability to add parameter to name of parameterized test case.
#### What is the current behavior?
If I have a huge number of parameters in my test case it becomes tricky to find righr one in allure report.

```
@allure.title('TEST')
@pytest.mark.parametrize('browser_manager', [param1, param2, param3, param4, param5, param6], indirect=True)
def test():
with allure.step('1'):
pass
with allure.step('2'):
pass
```
#### What is the expected behavior?
It would be great to have ability to add parameter to name of parameterized test case.

#### Please tell us about your environment:
- Allure version: 4.21.0
- Test framework: pytest@7.4.0
- Allure adaptor: allure-pytest@2.13.2
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia riproducendo l'esempio fornito con allure-pytest e pytest.mark.parametrize, quindi esamina come @allure.title e i casi parametrizzati sono rappresentati nell'integrazione esistente. Chiarisci la sintassi prevista e le regole di denominazione prima di modificare qualsiasi cosa; il lavoro è completo quando i nomi dei test parametrizzati espongono chiaramente il parametro selezionato nel report Allure.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- testing
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 30/100