forked from nus-cs2103-AY2223S1/ip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing for Jarvis is manual right now Use a script to add automated text UI testing
- Loading branch information
1 parent
6ba56ba
commit 8e417e5
Showing
4 changed files
with
78 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,53 @@ | ||
Hello from | ||
____ _ | ||
| _ \ _ _| | _____ | ||
| | | | | | | |/ / _ \ | ||
| |_| | |_| | < __/ | ||
|____/ \__,_|_|\_\___| | ||
Hello. I am Jarvis | ||
What can I do for you today? | ||
Got it. I've added this task: | ||
[T][ ] borrow book | ||
Now you have 1 tasks in the list. | ||
Got it. I've added this task: | ||
[D][ ] return book (by: sunday) | ||
Now you have 2 tasks in the list. | ||
Got it. I've added this task: | ||
[E][ ] project meeting (at: Aug 6th 2-4pm) | ||
Now you have 3 tasks in the list. | ||
Got it. I've added this task: | ||
[T][ ] join sports club | ||
Now you have 4 tasks in the list. | ||
Got it. I've added this task: | ||
[T][ ] read book | ||
Now you have 5 tasks in the list. | ||
Here are the tasks in your list: | ||
|
||
1. [T][ ] borrow book | ||
2. [D][ ] return book (by: sunday) | ||
3. [E][ ] project meeting (at: Aug 6th 2-4pm) | ||
4. [T][ ] join sports club | ||
5. [T][ ] read book | ||
Great. I have marked this task as done: | ||
[D][X] return book (by: sunday) | ||
Great. I have marked this task as done: | ||
[E][X] project meeting (at: Aug 6th 2-4pm) | ||
Here are the tasks in your list: | ||
|
||
1. [T][ ] borrow book | ||
2. [D][X] return book (by: sunday) | ||
3. [E][X] project meeting (at: Aug 6th 2-4pm) | ||
4. [T][ ] join sports club | ||
5. [T][ ] read book | ||
Ok, I have marked this task as not done yet: | ||
[E][ ] project meeting (at: Aug 6th 2-4pm) | ||
Here are the tasks in your list: | ||
|
||
1. [T][ ] borrow book | ||
2. [D][X] return book (by: sunday) | ||
3. [E][ ] project meeting (at: Aug 6th 2-4pm) | ||
4. [T][ ] join sports club | ||
5. [T][ ] read book | ||
Noted. I have removed this task: | ||
[E][ ] project meeting (at: Aug 6th 2-4pm) | ||
Here are the tasks in your list: | ||
|
||
1. [T][ ] borrow book | ||
2. [D][X] return book (by: sunday) | ||
3. [T][ ] join sports club | ||
4. [T][ ] read book | ||
Goodbye, have a good day. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
todo borrow book | ||
deadline return book /by sunday | ||
event project meeting /at Aug 6th 2-4pm | ||
todo join sports club | ||
todo read book | ||
list | ||
mark 2 | ||
mark 3 | ||
list | ||
unmark 3 | ||
list | ||
delete 3 | ||
list | ||
bye |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters