https://github.com/fescobar/specflow3net5
https://github.com/fescobar/specflow3net5
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fescobar/specflow3net5
- Owner: fescobar
- Created: 2020-12-03T11:32:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T13:25:21.000Z (about 5 years ago)
- Last Synced: 2025-01-11T23:15:55.709Z (over 1 year ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpecFlow3Net5 with Allure
Project for reproducing error
```sh
The type initializer for 'Allure.SpecFlowPlugin.AllureBindingInvoker' threw an exception. -> Couldn't find Allure configuration file. Please either specify full path to allureConfig.json in the ALLURE_CONFIG environment variable or place allureConfig.json to the 'C:\Users\fescobar\.nuget\packages\allure.commons\3.5.0.4\lib\netstandard2.0' folderSystem.TypeInitializationException: The type initializer for 'Allure.SpecFlowPlugin.AllureBindingInvoker' threw an exception.
---> System.IO.FileNotFoundException: Couldn't find Allure configuration file. Please either specify full path to allureConfig.json in the ALLURE_CONFIG environment variable or place allureConfig.json to the 'C:\Users\fescobar\.nuget\packages\allure.commons\3.5.0.4\lib\netstandard2.0' folder
at Allure.Commons.AllureLifecycle.GetDefaultJsonConfiguration()
```
Fixing issue with:
```sh
```