Skip to content

Commit 1e4db14

Browse files
Add nightly build image
1 parent e1790a2 commit 1e4db14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_docs/developer/rensselaer_center_for_open_source/2025_Jeffrey_Cordero.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To mitigate this, I designed and integrated a JSON Web Token (JWT)–based autho
3131

3232
Additionally, I established the first Websocket end-to-end test suite for the Discussion Forum ([#11873](https://github.com/Submitty/Submitty/pull/11873)), which relies heavily on WebSocket communication, to set the foundation for catching potential protocol-level issues in the future. Building on that to verify the correctness of the authorization system above, I developed a comprehensive testing strategy, including PHP unit tests for backend logic and updating existing Cypress tests to verify that required WebSocket connections for authorized pages were successful.
3333

34-
<div style="text-align: center; max-width: 90%; margin: auto;">
34+
<div style="text-align: center; max-width: 100%; margin: auto;">
3535
<img src="../../../images/RCOS_report/2025_Jeffrey_Cordero/cypress-websocket-testing-example.png" alt="Cypress WebSocket Testing" />
3636
</div>
3737

@@ -55,7 +55,7 @@ Update your email notification settings for this course here: http://localhost:1
5555

5656
To support these new features and enhance overall system reliability, I built a dedicated Cypress testing suite for emails ([#11878](https://github.com/Submitty/Submitty/pull/11878)) and notification preferences ([#11913](https://github.com/Submitty/Submitty/pull/11913)). These tests verify the functionality of the user settings page, email status page, and key user interactions, establishing a solid foundation for future notification-related testing.
5757

58-
<div style="text-align: center; max-width: 90%; margin: auto;">
58+
<div style="text-align: center; max-width: 100%; margin: auto;">
5959
<img src="../../../images/RCOS_report/2025_Jeffrey_Cordero/cypress-notifications-testing-example.png" alt="Cypress Notification Testing" />
6060
</div>
6161

@@ -71,9 +71,9 @@ Successfully completed the Rainbow Grades build process for f25.sample - {'statu
7171
Successfully generated grade summaries for f25.sample
7272
```
7373

74-
```
75-
TODO: example updated @2AM pic
76-
```
74+
<div style="text-align: center; max-width: 100%; margin: auto;">
75+
<img src="../../../images/RCOS_report/2025_Jeffrey_Cordero/rainbow-grades-nightly-build.png" alt="Cypress Notification Testing" />
76+
</div>
7777

7878

7979
### Codebase Modernization & System Reliability
Loading

0 commit comments

Comments
 (0)