Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Allure.Reqnroll adapter to the latest (2.0.0) Reqnroll version #508

Closed
1 of 3 tasks
Fedoop1 opened this issue May 27, 2024 · 0 comments · Fixed by #509
Closed
1 of 3 tasks

Update Allure.Reqnroll adapter to the latest (2.0.0) Reqnroll version #508

Fedoop1 opened this issue May 27, 2024 · 0 comments · Fixed by #509
Labels
task:improvement Change that improves some user experience but can't be considered a new feature theme:reqnroll

Comments

@Fedoop1
Copy link
Contributor

Fedoop1 commented May 27, 2024

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

Allure.Reqnroll 2.12 is not compatible with Reqnroll 2.0.0 which has crucial fixes for our project

What is the expected behavior?

I'd appreciate it if someone could add support to the latest Reqnroll version.
There shouldn't be lots of changes

What is the motivation / use case for changing the behavior?

This fix

Please tell us about your environment:

Other information

At least DI was broken:

System.IO.FileNotFoundException: Could not load file or assembly 'BoDi, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ff7cd5ea2744b496'. The system cannot find the file specified.
File name: 'BoDi, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ff7cd5ea2744b496'
   at Allure.ReqnrollPlugin.AllurePlugin.SetupAllure(Object _, CustomizeTestThreadDependenciesEventArgs args)
   at Reqnroll.Plugins.RuntimePluginEvents.RaiseCustomizeTestThreadDependencies(ObjectContainer testThreadContainer)
   at Reqnroll.Infrastructure.ContainerBuilder.CreateTestThreadContainer(IObjectContainer globalContainer)
   at Reqnroll.TestRunnerManager.CreateTestRunnerInstance()
   at Reqnroll.TestRunnerManager.CreateTestRunner(String testWorkerId)
   at Reqnroll.TestRunnerManager.<>c__DisplayClass35_0.<GetTestRunnerWithoutExceptionHandling>b__0(String workerId)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Reqnroll.TestRunnerManager.GetTestRunnerWithoutExceptionHandling(String testWorkerId)
   at Reqnroll.TestRunnerManager.GetTestRunner(String testWorkerId)
   at Reqnroll.TestRunnerManager.OnTestRunStartAsync(Assembly testAssembly, String testWorkerId, IContainerBuilder containerBuilder)
@delatrie delatrie added task:improvement Change that improves some user experience but can't be considered a new feature theme:reqnroll labels Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task:improvement Change that improves some user experience but can't be considered a new feature theme:reqnroll
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants