mirror of
https://github.com/Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-exituser.git
synced 2026-09-17 04:18:57 +00:00
GitHub Classroom Autograding
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "Step 0 Welcome",
|
||||
"setup": "sleep 20",
|
||||
"run": "[ $(cat .github/steps/-step.txt) -ge 1 ] || [ $(cat .github/steps/-step.txt) = X ]",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 10,
|
||||
"points": 1
|
||||
},
|
||||
{
|
||||
"name": "Step 1 Copilot Extension",
|
||||
"setup": "sleep 20",
|
||||
"run": "[ $(cat .github/steps/-step.txt) -ge 1 ] || [ $(cat .github/steps/-step.txt) = X ]",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 10,
|
||||
"points": 1
|
||||
},
|
||||
{
|
||||
"name": "Step 2 javascript",
|
||||
"setup": "sleep 20",
|
||||
"run": "[ $(cat .github/steps/-step.txt) -ge 2 ] || [ $(cat .github/steps/-step.txt) = X ]",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 10,
|
||||
"points": 1
|
||||
},
|
||||
{
|
||||
"name": "Step 3 Copilot Hub",
|
||||
"setup": "sleep 20",
|
||||
"run": "[ $(cat .github/steps/-step.txt) -ge 3 ] || [ $(cat .github/steps/-step.txt) = X ]",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 10,
|
||||
"points": 1
|
||||
},
|
||||
{
|
||||
"name": "Step 4 Copilot comment",
|
||||
"setup": "sleep 20",
|
||||
"run": "[ $(cat .github/steps/-step.txt) -ge 4 ] || [ $(cat .github/steps/-step.txt) = X ]",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 10,
|
||||
"points": 1
|
||||
},
|
||||
{
|
||||
"name": "Step 5 finish",
|
||||
"setup": "sleep 20",
|
||||
"run": "[ $(cat .github/steps/-step.txt) -ge 5 ] || [ $(cat .github/steps/-step.txt) = X ]",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 10,
|
||||
"points": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user