Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
dont deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent 6dbcb74 commit 5e48705
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ pipeline {
}
}
}
stage('run website') {
stage('jest') {
steps {
sh './Jenkins/start.sh'
input message: 'Finished using the web site? (Click "Proceed" to continue)'
sh './Jenkins/stop.sh'
dir ('next/news-aggregation') {
sh 'npm test'
}
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions next/news-aggregation/test-report.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="/Users/nial/TSI/next/news-aggregation/test/test_navBar.test.js">
<testCase name="NavBar component renders the navbar" duration="21"/>
<testCase name="NavBar component renders the navbar" duration="19"/>
</file>
<file path="/Users/nial/TSI/next/news-aggregation/test/test_newsList.test.js">
<testCase name="NewsList renders loading state initially" duration="4"/>
<testCase name="NewsList renders news items after data fetching" duration="63"/>
<testCase name="NewsList renders loading state initially" duration="3"/>
<testCase name="NewsList renders news items after data fetching" duration="71"/>
<testCase name="NewsList should console.error on failed axios request" duration="7"/>
<testCase name="NewsList should filter news items by search query" duration="6"/>
<testCase name="NewsList should set treding words to commoun words" duration="7"/>
<testCase name="NewsList should filter news items by search query" duration="7"/>
<testCase name="NewsList should set treding words to commoun words" duration="11"/>
</file>
<file path="/Users/nial/TSI/next/news-aggregation/test/test_app.test.js">
<testCase name="App component renders App component" duration="29"/>
<testCase name="App component navigates to Ukraine News when the route is changed" duration="56"/>
<testCase name="App component navigates to World News when the route is changed" duration="28"/>
<testCase name="App component renders App component" duration="27"/>
<testCase name="App component navigates to Ukraine News when the route is changed" duration="62"/>
<testCase name="App component navigates to World News when the route is changed" duration="35"/>
</file>
</testExecutions>

0 comments on commit 5e48705

Please sign in to comment.