diff --git a/publishers/node-script/projektor.json b/publishers/node-script/projektor.json index 2219d3949..687c7375f 100644 --- a/publishers/node-script/projektor.json +++ b/publishers/node-script/projektor.json @@ -1,6 +1,6 @@ { "serverUrl": "https://projektorlive.herokuapp.com", - "results": [ + "resultsFileGlobs": [ "testResults/*.xml" ] } \ No newline at end of file diff --git a/ui/projektor.cypress.json b/ui/projektor.cypress.json index 7c240f7ce..0d70f118f 100644 --- a/ui/projektor.cypress.json +++ b/ui/projektor.cypress.json @@ -1,6 +1,6 @@ { "serverUrl": "https://projektorlive.herokuapp.com", - "results": [ + "resultsFileGlobs": [ "test-results/*.xml" ] } \ No newline at end of file diff --git a/ui/projektor.jest.json b/ui/projektor.jest.json index 4cbd30d3e..af7dc99fd 100644 --- a/ui/projektor.jest.json +++ b/ui/projektor.jest.json @@ -1,6 +1,6 @@ { "serverUrl": "https://projektorlive.herokuapp.com", - "results": [ + "resultsFileGlobs": [ "jestResults/*.xml" ] } \ No newline at end of file