diff --git a/admin/cipipeline/phase2.drawio.png b/admin/cipipeline/phase2.drawio.png index bbdc44f..625f966 100644 Binary files a/admin/cipipeline/phase2.drawio.png and b/admin/cipipeline/phase2.drawio.png differ diff --git a/admin/cipipeline/phase2.md b/admin/cipipeline/phase2.md index 20d0ddc..fee1b44 100644 --- a/admin/cipipeline/phase2.md +++ b/admin/cipipeline/phase2.md @@ -24,9 +24,12 @@ So far the features listed below have been completed to some degree: - Deployment - Implemented: action triggered on any push to main, uses the github pages action to publish the app - - ToDo: Add minifications ste between trigger and github pages action + - Implemented: uses JSDoc to generate documentation on the same site at [docs](https://cse110-fa22-group29.github.io/cse110-fa22-group29/docs/) + - ToDo: Add minifications step between trigger and github pages action - Unit Testing - Implemented: action triggers on PR to main, uses mocha to perform unit testing on core components +- End to end testing + - Implemented: action triggers on PR to main, uses mocha and puppeteer to perform end to end testing - Linting (JS) - Implemented: action triggers on PR to main, uses eslint to perform style enforcement on all JS components - Linting (HTML)