Skip to content

Commit 9ff5443

Browse files
author
kaspermarkus
committed
GPII-564: Added descriptive text files to configurations and the acceptance tests
1 parent 40bbb4c commit 9ff5443

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AcceptanceTests_builtIn.js
2+
3+
Description:
4+
This tests the built in functionality of windows, incl. magnifier, onscreen keyboard, mouse trails, etc. It tests the system using three NP sets; (1) os_common: common terms compatible with windows built in settings, (2) os_win7: application specific windows settings (3) os_gnome: application specific gnome settings
5+
6+
Requirements:
7+
* Basic Windows 7 install
8+
9+
There are NO REQUIREMENTS to be able to run this acceptance tests, except being on a windows 7 machine. It should just run on a fresh install.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AcceptanceTests_nvda.js
2+
3+
Descriptions:
4+
This will run the acceptance tests for the free and open source screen reader NVDA. It uses 3 NP sets: screenreader_orca, screenreader_nvda and screenreader_common.
5+
6+
Requirements:
7+
* NVDA installed
8+
9+
To run these tests, you need to have NVDA INSTALLED. NVDA is free and can be downloaded from: http://www.nvaccess.org/download/

tests/acceptanceTests/configs/builtIn_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"components": {
88
"deviceReporter": {
99
"options": {
10-
"installedSolutionsUrl": "file://%root/../../../testData/deviceReporter/acceptanceTests/builtIn.json"
10+
"installedSolutionsUrl": "file://%root/../../../testData/deviceReporter/acceptanceTests/win7_builtIn.json"
1111
}
1212
}
1313
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This configuration file is used by the for acceptance test: AcceptanceTests_builtIn.js.
2+
3+
It includes to the basic localInstall setup for acceptance tests (modifying the preferences folder used), which in turn includes the standard development config file (running GPII locally, using development setup).
4+
5+
This config sets the device reporter file to be 'win7_builtIn.json', which will report only the standard built in solutions as installed.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This configuration file is used by the for acceptance test: AcceptanceTests_nvda.js.
2+
3+
It includes to the basic localInstall setup for acceptance tests (modifying the preferences folder used), which in turn includes the standard development config file (running GPII locally, using development setup).
4+
5+
This config sets the device reporter file to be 'nvda.json', which will report nvda as being installed on the system.

0 commit comments

Comments
 (0)