-
Notifications
You must be signed in to change notification settings - Fork 62
GPII-1839 Using the Dynamic Device Reporter when running acceptance tests #461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3b4c3a5
3290972
a61644e
ee2bc6b
69a4128
21e6ddc
378a06a
b78dce0
73226b6
2faad43
7c7c6be
0f32698
55ccf12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,5 @@ | ||
| This config file is used for integration and acceptance tests on Android. | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'android_builtIn.json', which will | ||
| report only the standard built in solutions as installed. | ||
| It makes use of dynamic device reporter: It uses the basic local install setup | ||
| in development mode, but with the device reporter in production mode, merging in | ||
| gpii's "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,5 @@ | ||
| This configuration file is used by the for acceptance test: android-talkback-testSpec.js. | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'talkback.json', which will report | ||
| Talkback as being installed on the system. | ||
| It makes use of dynamic device reporter: It includes the basic local install | ||
| setup in development mode, but with the device reporter in production mode, | ||
| merging in gpii's "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,5 @@ | ||
| This config file is used for integration and acceptance tests on Linux as well as the context integration tests | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'linux_builtIn.json', which will | ||
| report only the standard built in solutions as installed. | ||
| It makes use of dynamic device reporter: It includes the basic local install | ||
| setup in development mode, but with the device reporter in production mode, | ||
| merging in gpii's "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,6 @@ | ||
| This configuration file is used for testing the chrome extension in Linux | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'chrome.json', which will report | ||
| the Cloud4all Chrome extension for Google Chrome as being installed on the system. | ||
| It makes use of dynamic device reporter: It includes the basic local install | ||
| setup in development mode (modifying the preferences folder used), but with the | ||
| device reporter in production mode, merging in gpii's | ||
| "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,6 @@ | ||
| This configuration file is used by the for acceptance test: AcceptanceTests_orca.js. | ||
| This configuration file is used by the acceptance test: AcceptanceTests_orca.js. | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'orca.json', which will report | ||
| Orca as being installed on the system. | ||
| It makes use of dynamic device reporter: It includes the basic local install | ||
| setup in development mode (modifying the preferences folder used), but with the | ||
| device reporter in production mode, merging in gpii's | ||
| "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| This configuration file is used by the for acceptance test: AcceptanceTests_builtIn.js. | ||
| This configuration file is used by the acceptance test: AcceptanceTests_builtIn.js. | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'win7_builtIn.json', which will report only the standard built in solutions as installed. | ||
| It uses the basic (default) development setup of the system, with a couple of | ||
| modifications. It replaces the folder with NP sets in (universal)/testData/preferences/acceptanceTests | ||
| as opposed to the normal preferences folder. It also uses the dynamic device | ||
| reporter (the device reporter in production mode). Otherwise, everything else | ||
| is based on the normal development mode setup. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,7 @@ | ||
| This configuration file is used for testing the chrome extension in Windows | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'chrome.json', which will report | ||
| the Cloud4all Chrome extension for Google Chrome as being installed on the system. | ||
| It uses the basic (default) development setup of the system, with a couple of | ||
| modifications. It replaces the folder with NP sets in (universal)/testData/preferences/acceptanceTests | ||
| as opposed to the normal preferences folder. It also uses the dynamic device | ||
| reporter (the device reporter in production mode). Otherwise, everything else | ||
| is based on the normal development mode setup. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| This configuration file is used by the acceptance test: windows-jaws-testSpec.js. | ||
|
|
||
| It makes use of dynamic device reporter: It includes the basic local install | ||
| setup in development mode (modifying the preferences folder used), but with the | ||
| device reporter in production mode, merging in gpii's | ||
| "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| This configuration file is used by the acceptance test: windows-maavis-testSpec.js. | ||
|
|
||
| It makes use of dynamic device reporter: It includes the basic local install | ||
| setup in development mode (modifying the preferences folder used), but with the | ||
| device reporter in production mode, merging in gpii's | ||
| "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| This configuration file is used by the for acceptance test: AcceptanceTests_nvda.js. | ||
| This configuration file is used by the acceptance test: AcceptanceTests_nvda.js. | ||
|
|
||
| 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). | ||
|
|
||
| This config sets the device reporter file to be 'nvda.json', which will report nvda as being installed on the system. | ||
| It makes use of dynamic device reporter: It includes the basic local install setup in development mode (modifying the preferences folder used), but with the device reporter in production mode, merging in gpii's "all.development.dr.production" configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| This configuration file is used by the acceptance tests for Read&Write Gold | ||
|
|
||
| It includes 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). | ||
| It makes use of dynamic device reporter: It includes the basic local install setup in development mode (modifying the preferences folder used), but with the device reporter in production mode, merging in gpii's "all.development.dr.production" configuration. | ||
|
|
||
| This config sets the device reporter file to be 'readWrite.json', which will report Read&Write Gold as being installed on the system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a change that you have made? And if so, what's the reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is a change I made. The reason being that this JIRA is about using the production version of the device reporter for acceptance testing. I'm guessing from your comment that the proposed change is not specific to testing, or has nothing to do with testing at all. Is that correct?