Skip to content

Commit 6e15750

Browse files
committed
chore(specflow): update schema url in specflow test projects
1 parent 7f19791 commit 6e15750

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Allure.Reqnroll.Tests/Integration/TestSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System;
33
using System.IO;
44

5-
namespace Allure.SpecFlowPlugin.Tests
5+
namespace Allure.ReqnrollPlugin.Tests
66
{
77
[SetUpFixture]
88
public class TestSetup

Allure.SpecFlow.Tests.Samples/allureConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.13.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.13.0/Allure.SpecFlow/Schemas/allureConfig.schema.json",
33
"allure": {
44
"title": "5994A3F7-AF84-46AD-9393-000BB45553CC",
55
"directory": "allure-results",

Allure.SpecFlow/allureConfig.Template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.13.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.13.0/Allure.SpecFlow/Schemas/allureConfig.schema.json",
33
"allure": {
44
"directory": "allure-results",
55
"links": [

0 commit comments

Comments
 (0)