You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/developer/google_summer_of_code/2024_Rahul_Vishwakarma.md
+42-1Lines changed: 42 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,45 @@ title: Rahul Vishwakarma
3
3
category: Developer > Google Summer of Code 2024
4
4
---
5
5
6
-
coming soon
6
+
## About Submitty
7
+
Submitty is an open source course management, assignment submission, exam and grading system from the Rensselaer Center for Open Source Software (RCOS), Department of Computer Science at Rensselaer Polytechnic Institute.
8
+
9
+
## About My GSoC project
10
+
The primary goals for this project include the expansion of our automated testing of the TA Grading pages and to patch bugs uncovered by this improved testing. The project may be expanded in scope to additionally propose and execute small or modest user interface revisions that enhance the TA experience, especially for graders who are new to the interface and grading process.
11
+
12
+
## About My Work
13
+
My first PR in submitty is regarding grade inquiry test which got closed after some time when i raised pr for it because someone is already working on it, later i take the pr reason being that guy didn't complepted the work. So, basically my aim is to expansion of cypress testing for the TA Grading Section. And try to fix the bug and issue what i get during the testing and some other issue too. So i have done alot of testing in Submitty as GSoC contributor with the javascript and cypress tool till now.
14
+
15
+
## Visual Regression Testing
16
+
For the visual testing with the cypress, we used the [cypress-image-diff](https://github.com/haim-io/cypress-image-diff) plugins so basically it uses [pixelmatch](https://github.com/mapbox/pixelmatch) for the comparsion of images based on what we provide the image in baseline folder, pixelmatch is simplest and fastest JavaScript pixel-level image comparison library and it relies on the cypress for taking the screenshots.
17
+
<br>
18
+
We used the visual regression testing tool for testing the <b>Markdowns</b> and <b>Mermaid</b> flowcharts.
19
+
20
+
21
+
### Main PR's
22
+
*[Add tests for grade override](https://github.com/Submitty/Submitty/pull/10697)
23
+
*[Download Zip File](https://github.com/Submitty/Submitty/pull/10694)
24
+
*[Added Test for Grading Details UI](https://github.com/Submitty/Submitty/pull/10686)
0 commit comments