You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testplan is created in the project folder upon startup
/home/jenkins/agent/workspace/example-tests/.allure-ee/testplan.json
testplan.json {"version":"1.0","tests":[{"id":"31436","selector":"example.Tests/example-tests/client10/client-service\/client10\/get/001 Client exists"}]}
or {"version":"1.0","tests":[{"id":"35982","selector":"example.Tests/example-tests/get/003 service"}]}
where
example.Tests is ProjectName
example-tests/client10 or example-tests - folders to the feature file
client-service/client10/get/ or get - feature name
001 Client exists or 003 service - scenario name
does not find any cases when launched
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
AspectInjector|2.8.1: Found 0 aspects, 0 injections
example.Tests -> /home/jenkins/agent/workspace/example-tests/Services/example.Tests/bin/Debug/net8.0/example.Tests.dll
Test run for /home/jenkins/agent/workspace/example-tests/Services/example.Tests/bin/Debug/net8.0/example.Tests.dll (.NETCoreApp,Version=v8.0)
VSTest version 17.11.0 (x64)
The text was updated successfully, but these errors were encountered:
egorsh0
changed the title
TestOps plugin does not find tests from testplan.json in Allure.Reqnroll
Question: TestOps plugin does not find tests from testplan.json in Allure.Reqnroll
Jan 23, 2025
I have install Allure.Reqnroll plugin + create path to allure-result in solution folder
There is a combination of dotnet (reqnroll) + Jenkins + TestOps
/home/jenkins/agent/workspace/example-tests/.allure-ee/testplan.json
{"version":"1.0","tests":[{"id":"31436","selector":"example.Tests/example-tests/client10/client-service\/client10\/get/001 Client exists"}]}
or
{"version":"1.0","tests":[{"id":"35982","selector":"example.Tests/example-tests/get/003 service"}]}
where
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
AspectInjector|2.8.1: Found 0 aspects, 0 injections
example.Tests -> /home/jenkins/agent/workspace/example-tests/Services/example.Tests/bin/Debug/net8.0/example.Tests.dll
Test run for /home/jenkins/agent/workspace/example-tests/Services/example.Tests/bin/Debug/net8.0/example.Tests.dll (.NETCoreApp,Version=v8.0)
VSTest version 17.11.0 (x64)
The text was updated successfully, but these errors were encountered: