Skip to content

Commit 29b16f0

Browse files
authored
Update README.md
1 parent 95146e7 commit 29b16f0

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,20 @@ firebase innit
5353

5454
# Testing
5555

56-
## Running Tests
56+
## How to Test
5757

5858
To test our unit and behavioral tests, you can head to this directory and individually run each test to ensure it works. This will also show the process of the tests live on the emulator and if they pass or fail in the terminal if they are run in Android Studio.
5959

60-
The behavioral tests are `AnalysisButtonTest.java` and `MainMenuUITest.java`. The unit tests are `PawnMovesTest.java` and `RookMovesTest.java`.
60+
We have 19 test classes written in Java. Individually we have 59 tests.
6161

6262
### Test Directory
6363
```
6464
TheDinosaurs / app / src / androidTest / java / com / example / chaiss /
6565
```
6666

67-
You can view all of our test results in the terminal one by one
68-
69-
to batch run all of our tests. The results will all be in:
67+
You can view all of our test results in the terminal one by one to batch run all of our tests individually if desired.
7068

69+
The results will all be in:
7170
```
7271
/app/build/reports/androidTests/connected/
7372
```
@@ -96,7 +95,9 @@ Clone the repository into Android Studio and find in the Project Files:
9695
```
9796
/app/src/androidTest/
9897
```
99-
After finding this folder you can right click and select "Run All", or you can run:
98+
After finding this folder you can right click and select "Run All". You may also Run each test class individually by right clicking and selecting "Run".
99+
100+
Or you can locate the terminal in Android Studio and run:
100101
101102
```
102103
./gradlew connectedAndroidTest

0 commit comments

Comments
 (0)