8 |
9 |
10 |
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/mock/SourceComparator/pattern-source.html:
--------------------------------------------------------------------------------
1 | Lorem ipsum dolor sith ameth
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/mock/StatusCodesComparator/default-range-399-601-errors-result.json:
--------------------------------------------------------------------------------
1 | {
2 | "statusCodes": [
3 | {
4 | "code": 399,
5 | "url": "http://aet-vagrant/sample-site/sanity/comparators/statuscodes/noneexistingPage404.jsp",
6 | "excluded": false
7 | },
8 | {
9 | "code": 601,
10 | "url": "https://www.google.com/",
11 | "excluded": false
12 | }
13 | ],
14 | "filteredStatusCodes": [
15 | {
16 | "code": 399,
17 | "url": "http://aet-vagrant/sample-site/sanity/comparators/statuscodes/noneexistingPage404.jsp",
18 | "excluded": false
19 | },
20 | {
21 | "code": 601,
22 | "url": "https://www.google.com/",
23 | "excluded": false
24 | }
25 | ],
26 | "excludedStatusCodes": []
27 | }
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/mock/StatusCodesComparator/default-range-400-600-errors-result.json:
--------------------------------------------------------------------------------
1 | {
2 | "statusCodes": [
3 | {
4 | "code": 400,
5 | "url": "http://aet-vagrant/sample-site/sanity/comparators/statuscodes/noneexistingPage404.jsp",
6 | "excluded": false
7 | },
8 | {
9 | "code": 600,
10 | "url": "https://www.google.com/",
11 | "excluded": false
12 | }
13 | ],
14 | "filteredStatusCodes": [
15 | {
16 | "code": 400,
17 | "url": "http://aet-vagrant/sample-site/sanity/comparators/statuscodes/noneexistingPage404.jsp",
18 | "excluded": false
19 | },
20 | {
21 | "code": 600,
22 | "url": "https://www.google.com/",
23 | "excluded": false
24 | }
25 | ],
26 | "excludedStatusCodes": []
27 | }
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/mock/StatusCodesComparator/expected-data-200-result.json:
--------------------------------------------------------------------------------
1 | {
2 | "statusCodes": [
3 | {
4 | "code": 200,
5 | "url": "http://www.cognifide.com",
6 | "excluded": false
7 | }
8 | ]
9 | }
10 |
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/mock/StatusCodesComparator/not-existing-page-404-result.json:
--------------------------------------------------------------------------------
1 | {
2 | "statusCodes": [
3 | {
4 | "code": 404,
5 | "url": "http://aet-vagrant/sample-site/sanity/comparators/statuscodes/noneexistingPage404.jsp",
6 | "excluded": false
7 | },
8 | {
9 | "code": 0,
10 | "url": "http://aet-vagrant/favicon.ico",
11 | "excluded": false
12 | }
13 | ],
14 | "filteredStatusCodes": [
15 | {
16 | "code": 404,
17 | "url": "http://aet-vagrant/sample-site/sanity/comparators/statuscodes/noneexistingPage404.jsp",
18 | "excluded": false
19 | }
20 | ],
21 | "excludedStatusCodes": []
22 | }
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/screens/48x48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/core/jobs/src/test/resources/screens/48x48.png
--------------------------------------------------------------------------------
/core/jobs/src/test/resources/simplelogger.properties:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | org.slf4j.simpleLogger.showShortLogName=true
20 | org.slf4j.simpleLogger.levelInBrackets=true
21 |
22 | org.slf4j.simpleLogger.log.com.cognifide.aet.job.common.modifiers.executejavascript=debug
23 |
--------------------------------------------------------------------------------
/core/worker/NOTICE:
--------------------------------------------------------------------------------
1 | Cognifide Limited
2 | Copyright 2013, Cognifide Limited
3 | This project includes software developed by Cognifide.
4 | http://www.cognifide.com
5 |
6 | Licensed under the Apache License, Version 2.0 (the "License");
7 | you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at:
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on
14 | an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 |
19 | This project includes:
20 | net.jsourcerer.webdriver JSErrorCollector 0.6 under The Apache Software License, Version 2.0 from https://github.com/mguillem/JSErrorCollector
21 |
--------------------------------------------------------------------------------
/core/worker/firefox/chrome.manifest:
--------------------------------------------------------------------------------
1 | content JSErrorCollector content/
2 | overlay chrome://browser/content/browser.xul chrome://JSErrorCollector/content/overlay.xul
3 |
4 |
--------------------------------------------------------------------------------
/core/worker/firefox/config_build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | #
3 | # AET
4 | #
5 | # Copyright (C) 2013 Cognifide Limited
6 | #
7 | # Licensed under the Apache License, Version 2.0 (the "License");
8 | # you may not use this file except in compliance with the License.
9 | # You may obtain a copy of the License at
10 | #
11 | # http://www.apache.org/licenses/LICENSE-2.0
12 | #
13 | # Unless required by applicable law or agreed to in writing, software
14 | # distributed under the License is distributed on an "AS IS" BASIS,
15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | # See the License for the specific language governing permissions and
17 | # limitations under the License.
18 | #
19 |
20 |
21 | # Build config for the build script, build.sh. Look there for more info.
22 |
23 | APP_NAME=helloworld
24 | CHROME_PROVIDERS="content locale skin"
25 | CLEAN_UP=1
26 | ROOT_FILES="readme.txt"
27 | ROOT_DIRS=
28 | BEFORE_BUILD=
29 | AFTER_BUILD=
30 |
--------------------------------------------------------------------------------
/coverage/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | # AET
4 |
5 |
7 |
8 |
9 | ## Coverage
10 | This module purpose is to gather coverage reports from all AET subprojects. To do that just run in the project root:
11 | ```
12 | ./gradlew :coverage:make
13 | ```
14 |
15 | It will generate reports in `coverage/build`.
--------------------------------------------------------------------------------
/coverage/build.gradle.kts:
--------------------------------------------------------------------------------
1 | tasks.register("make") {
2 | dependsOn(rootProject.getTasksByName("jacocoTestReport", true))
3 | }
--------------------------------------------------------------------------------
/documentation/src/main/resources/templates/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "aet-documentation",
3 | "description": "AET Documentation",
4 | "version": "${project.version}",
5 | "scripts": {
6 | "doctoc": "node node_modules/doctoc/doctoc.js --github --maxlevel 3 ./wiki/releases/${project.version}/Documentation-${project.version}.md"
7 | },
8 | "devDependencies": {
9 | "doctoc": "^1.3.0",
10 | "fs-extra": "^0.30.0",
11 | "grunt": "^0.4.5",
12 | "grunt-cli": "^1.2.0",
13 | "grunt-contrib-copy": "^1.0.0",
14 | "grunt-json-generator": "^0.1.0",
15 | "markdown-include": "^0.4.3",
16 | "matchdep": "^1.0.1"
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/documentation/src/main/resources/wtt-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/resources/wtt-logo.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/CookieCollector.md:
--------------------------------------------------------------------------------
1 | #### Cookie Collector
2 |
3 | Cookie collector is responsible for collecting cookies.
4 |
5 | Module name: **cookie**
6 |
7 | ##### Parameters
8 |
9 | No parameters.
10 |
11 | ##### Sample Usage
12 |
13 | ```xml
14 |
15 |
16 |
17 |
18 | ...
19 |
20 | ...
21 |
22 |
23 | ...
24 |
25 |
26 | ...
27 |
28 |
29 | ...
30 |
31 | ...
32 |
33 |
34 | ```
35 |
--------------------------------------------------------------------------------
/documentation/src/main/wiki/DataFilters.md:
--------------------------------------------------------------------------------
1 | ### Data Filters
2 |
3 | Data filters are modules which narrow down the area which the comparison will be performed on.
4 |
5 | They are nested in [[Comparators]] and apply only to the instance of the comparator which they are defined in.
6 |
7 | Each data filter consists of two elements:
8 | * module name,
9 | * parameters.
10 |
11 | ##### Module name
12 |
13 | This name is a unique identifier for each data filter (and each module in the compare phase).
14 |
15 | ##### Parameters
16 |
17 | This is a set of key-value pairs the user can make use of to pass some configuration and information to the data filter. Parameters can be divided into two groups:
18 | * mandatory - parameters which filtering will be not possible without,
19 | * optional - passing this parameter is not obligatory, usually it triggers some functionality extension.
20 |
--------------------------------------------------------------------------------
/documentation/src/main/wiki/JSErrorsCollector.md:
--------------------------------------------------------------------------------
1 | #### JS Errors Collector
2 |
3 | JS Errors Collector is responsible for collecting javascript errors occuring on given page.
4 |
5 | Module name: **js-errors**
6 |
7 | ##### Parameters
8 |
9 | No parameters.
10 |
11 | ##### Example Usage
12 |
13 | ```xml
14 |
15 |
16 |
17 |
18 | ...
19 |
20 | ...
21 |
22 |
23 | ...
24 |
25 |
26 | ...
27 |
28 |
29 | ...
30 |
31 | ...
32 |
33 |
34 | ```
35 |
--------------------------------------------------------------------------------
/documentation/src/main/wiki/LockMechanism.md:
--------------------------------------------------------------------------------
1 | ## Lock Mechanism
2 |
3 | Lock feature was implemented to block concurent modification of suite. This prevents overriding user changes (eg rebase, comments) by test suite run.
4 |
5 | When suite is locked there is no way to update it by any operation in REST API.
6 |
7 | ### Test suite run flow
8 |
9 | When client (e.g. aet-maven-plugin) starts test suite then it tries to set lock by sending request to REST API.
10 |
11 | * If given suite is already in locked state, REST API returns status 409 and then client is throwing exception and finishes execution (test suite doesn't get into runner in Queue).
12 | * If suite isn't locked, lock is set and 'lock-heart-beat' is started. On each heartbeat lock duration is extended. Heartbeat is working until client finishes its execution.
13 |
--------------------------------------------------------------------------------
/documentation/src/main/wiki/Modifiers.md:
--------------------------------------------------------------------------------
1 | ### Modifiers
2 |
3 | Modifier is module which performs particular modification on data before collection happens.
4 |
5 | Each modifier consists of two elements:
6 | * module name,
7 | * parameters.
8 |
9 | ##### Module name
10 | This name is unique identifier for each modifier (and each module in collect phase).
11 |
12 | ##### Parameters
13 | This is set of key-value pairs using which user can pass some configuration and information to modifier. Parameters for modifiers can be divided into two groups:
14 | * mandatory - parameters without which modification will not be possible,
15 | * optional - passing this parameter is not obligatory, usually they trigger some functionality extensions.
16 |
--------------------------------------------------------------------------------
/documentation/src/main/wiki/SuiteReportRequestMonitoring.md:
--------------------------------------------------------------------------------
1 | #### Request Monitoring
2 |
3 | ##### Description
4 |
5 | This case displays responses size for the requests that match the given [regexp](RequestMonitoringCollector)
6 |
7 | 
8 |
9 | If the amount of the transferred data is bigger than the [maxSize](RequestMonitoringComparator) parameter, the test will fail.
--------------------------------------------------------------------------------
/documentation/src/main/wiki/Worker.md:
--------------------------------------------------------------------------------
1 | ### Worker
2 | The Worker is a single processing unit that can perform a specific task e.g. collect a screenshot using the Firefox browser,
3 | collect a page source, compare two screenshots, check if the source of a page is W3C-compliant and many others.
4 | Worker uses `jobs` to perform the tests. This module communicates with the browser (Firefox).
5 |
6 | The Worker is responsible for executing a single piece of work and returning it to the [[Runner|Runner]]. See the following diagram that shows the sequence of suite processing:
7 |
8 | 
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/accessibilityReport/modalWindow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/accessibilityReport/modalWindow.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/accessibilityReport/suiteView.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/accessibilityReport/suiteView.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-architecture.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-cleaner-example-initial-state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-cleaner-example-initial-state.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-cleaner-remove-example-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-cleaner-remove-example-1.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-cleaner-remove-example-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-cleaner-remove-example-2.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-cleaner-remove-example-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-cleaner-remove-example-3.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-cleaner-workflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-cleaner-workflow.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-components-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-components-diagram.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-data-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-data-model.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-mongo-collections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-mongo-collections.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-osgi-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-osgi-configuration.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-setup-advanced-grid-scaled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-setup-advanced-grid-scaled.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-setup-advanced.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-setup-advanced.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-setup-basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-setup-basic.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-setup-with-vagrant.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-setup-with-vagrant.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-suite-storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-suite-storage.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-test-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-test-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/aet-test-suite-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/aet-test-suite-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/collect-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/collect-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/diagrams/compare-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/diagrams/compare-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/1-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/1-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/2-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/2-search.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/3-content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/3-content.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/4-applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/4-applications.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/5-privacy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/5-privacy.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/6-security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/6-security.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/7-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/7-sync.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/8a-advanced-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/8a-advanced-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/8b-advanced-data-choces.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/8b-advanced-data-choces.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/8c-advanced-network.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/8c-advanced-network.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/8d-advanced-updates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/8d-advanced-updates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/firefoxSetup/8e-advanced-certificates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/firefoxSetup/8e-advanced-certificates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/misc/aet-logo-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/misc/aet-logo-small.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/misc/aet-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/misc/aet-logo.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/accessibility-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/accessibility-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/accessibility-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/accessibility-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/accessibility-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/accessibility-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/client-side-performance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/client-side-performance.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/cookie-compare-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/cookie-compare-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/cookie-compare-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/cookie-compare-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/cookie-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/cookie-list.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/cookie-test-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/cookie-test-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/cookie-test-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/cookie-test-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/filter-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/filter-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/find-in-sidepanel-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/find-in-sidepanel-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/history-popup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/history-popup.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/jserrors-failure-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/jserrors-failure-2.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/jserrors-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/jserrors-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/jserrors-filter-info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/jserrors-filter-info.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/jserrors-success-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/jserrors-success-2.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/jserrors-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/jserrors-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/layout-conditionally-passed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/layout-conditionally-passed.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/layout-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/layout-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/layout-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/layout-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/layout-yellow-mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/layout-yellow-mask.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/note_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/note_example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/report-naming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/report-naming.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/request-monitoring.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/request-monitoring.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/rerun-suite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/rerun-suite.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/rerun-test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/rerun-test.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/rerun-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/rerun-url.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/search-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/search-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/source-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/source-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/source-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/source-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/status-codes-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/status-codes-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/status-codes-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/status-codes-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/suite-history.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/suite-history.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/test_accepting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/test_accepting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/test_reverting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/test_reverting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/w3c-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/w3c-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/w3c-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/w3c-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/suiteReport/w3c-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/suiteReport/w3c-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/tutorials/active-modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/tutorials/active-modifier.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/tutorials/installing-aet-modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/tutorials/installing-aet-modifier.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/assets/tutorials/report-with-used-modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/assets/tutorials/report-with-used-modifier.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/reports.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/reports.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/screen-collector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/screen-collector.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/w3c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/w3c.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/win7-ff16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/aetSuiteMigration/win7-ff16.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-architecture.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-example-initial-state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-example-initial-state.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-remove-example-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-remove-example-1.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-remove-example-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-remove-example-2.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-remove-example-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-remove-example-3.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-workflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-cleaner-workflow.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-components-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-components-diagram.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-data-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-data-model.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-mongo-collections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-mongo-collections.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-osgi-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-osgi-configuration.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-setup-advanced.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-setup-advanced.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-setup-basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-setup-basic.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-suite-storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-suite-storage.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-test-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-test-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-test-suite-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/aet-test-suite-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/collect-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/collect-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/compare-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/diagrams/compare-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/1-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/1-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/2-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/2-search.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/3-content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/3-content.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/4-applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/4-applications.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/5-privacy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/5-privacy.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/6-security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/6-security.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/7-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/7-sync.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8a-advanced-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8a-advanced-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8b-advanced-data-choces.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8b-advanced-data-choces.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8c-advanced-network.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8c-advanced-network.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8d-advanced-updates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8d-advanced-updates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8e-advanced-certificates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/firefoxSetup/8e-advanced-certificates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/misc/aet-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/misc/aet-logo.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/accessibility-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/accessibility-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/accessibility-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/accessibility-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/accessibility-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/accessibility-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/client-side-performance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/client-side-performance.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-compare-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-compare-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-compare-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-compare-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-list.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-test-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-test-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-test-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/cookie-test-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/filter-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/filter-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/jserrors-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/jserrors-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/jserrors-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/jserrors-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/layout-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/layout-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/layout-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/layout-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/note_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/note_example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/report-naming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/report-naming.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/search-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/search-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/source-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/source-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/source-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/source-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/status-codes-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/status-codes-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/status-codes-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/status-codes-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/test_accepting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/test_accepting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/test_reverting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/test_reverting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/w3c-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/w3c-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/w3c-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/w3c-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/w3c-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.0.0/assets/suiteReport/w3c-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-architecture.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-example-initial-state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-example-initial-state.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-remove-example-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-remove-example-1.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-remove-example-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-remove-example-2.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-remove-example-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-remove-example-3.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-workflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-cleaner-workflow.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-components-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-components-diagram.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-data-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-data-model.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-mongo-collections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-mongo-collections.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-osgi-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-osgi-configuration.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-setup-advanced.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-setup-advanced.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-setup-basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-setup-basic.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-suite-storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-suite-storage.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-test-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-test-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-test-suite-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/aet-test-suite-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/collect-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/collect-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/compare-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/diagrams/compare-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/1-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/1-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/2-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/2-search.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/3-content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/3-content.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/4-applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/4-applications.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/5-privacy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/5-privacy.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/6-security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/6-security.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/7-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/7-sync.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8a-advanced-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8a-advanced-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8b-advanced-data-choces.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8b-advanced-data-choces.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8c-advanced-network.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8c-advanced-network.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8d-advanced-updates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8d-advanced-updates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8e-advanced-certificates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/firefoxSetup/8e-advanced-certificates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/misc/aet-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/misc/aet-logo.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/accessibility-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/accessibility-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/accessibility-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/accessibility-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/accessibility-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/accessibility-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/client-side-performance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/client-side-performance.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-compare-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-compare-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-compare-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-compare-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-list.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-test-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-test-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-test-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/cookie-test-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/filter-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/filter-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/jserrors-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/jserrors-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/jserrors-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/jserrors-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/layout-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/layout-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/layout-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/layout-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/layout-yellow-mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/layout-yellow-mask.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/note_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/note_example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/report-naming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/report-naming.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/search-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/search-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/source-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/source-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/source-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/source-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/status-codes-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/status-codes-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/status-codes-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/status-codes-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/test_accepting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/test_accepting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/test_reverting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/test_reverting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/w3c-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/w3c-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/w3c-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/w3c-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/w3c-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.0/assets/suiteReport/w3c-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-architecture.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-example-initial-state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-example-initial-state.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-remove-example-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-remove-example-1.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-remove-example-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-remove-example-2.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-remove-example-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-remove-example-3.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-workflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-cleaner-workflow.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-components-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-components-diagram.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-data-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-data-model.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-mongo-collections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-mongo-collections.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-osgi-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-osgi-configuration.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-setup-advanced.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-setup-advanced.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-setup-basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-setup-basic.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-suite-storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-suite-storage.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-test-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-test-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-test-suite-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/aet-test-suite-lifecycle.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/collect-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/collect-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/compare-phase-definitions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/diagrams/compare-phase-definitions.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/1-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/1-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/2-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/2-search.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/3-content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/3-content.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/4-applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/4-applications.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/5-privacy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/5-privacy.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/6-security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/6-security.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/7-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/7-sync.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8a-advanced-general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8a-advanced-general.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8b-advanced-data-choces.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8b-advanced-data-choces.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8c-advanced-network.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8c-advanced-network.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8d-advanced-updates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8d-advanced-updates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8e-advanced-certificates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/firefoxSetup/8e-advanced-certificates.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/misc/aet-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/misc/aet-logo.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/accessibility-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/accessibility-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/accessibility-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/accessibility-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/accessibility-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/accessibility-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/client-side-performance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/client-side-performance.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-compare-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-compare-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-compare-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-compare-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-list.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-test-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-test-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-test-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/cookie-test-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/filter-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/filter-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/jserrors-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/jserrors-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/jserrors-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/jserrors-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/layout-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/layout-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/layout-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/layout-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/layout-yellow-mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/layout-yellow-mask.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/note_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/note_example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/report-naming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/report-naming.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/search-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/search-example.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/source-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/source-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/source-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/source-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/status-codes-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/status-codes-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/status-codes-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/status-codes-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/test_accepting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/test_accepting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/test_reverting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/test_reverting.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/w3c-failure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/w3c-failure.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/w3c-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/w3c-success.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/w3c-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/suiteReport/w3c-warning.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/tutorials/active-modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/tutorials/active-modifier.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/tutorials/installing-aet-modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/tutorials/installing-aet-modifier.png
--------------------------------------------------------------------------------
/documentation/src/main/wiki/releases/2.1.3/assets/tutorials/report-with-used-modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/documentation/src/main/wiki/releases/2.1.3/assets/tutorials/report-with-used-modifier.png
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | distributionBase=GRADLE_USER_HOME
2 | distributionPath=wrapper/dists
3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 |
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectA/artifacts.files/img1.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e291f6798f408cf3d1da7"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-24T08:15:49.056Z"),
7 | "length" : NumberLong(198205),
8 | "contentType" : "image/png",
9 | "md5" : "6e0ac5f99d67c5d707fb97993021f95a"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectA/artifacts.files/img2.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e2d436798f408cf3d1dea"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-27T08:15:49.056Z"),
7 | "length" : NumberLong(198215),
8 | "contentType" : "image/png",
9 | "md5" : "23208250b3fca1423bc53341b193d94a"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectA/artifacts.files/img3.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e2d446798f408cf3d1df6"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-28T08:15:49.056Z"),
7 | "length" : NumberLong(1996),
8 | "contentType" : "image/png",
9 | "md5" : "3a04c3acbc4b3e6d41561b7ecc6b2077"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectB/artifacts.files/img1.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e349c6798f408cf3d1e0e"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-24T08:15:49.056Z"),
7 | "length" : NumberLong(161021),
8 | "contentType" : "image/png",
9 | "md5" : "5a01e3d4a6a148d3c69467ae94810c31"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectB/artifacts.files/img2.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e349e6798f408cf3d1e10"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-24T08:15:49.056Z"),
7 | "length" : NumberLong(68955),
8 | "contentType" : "image/png",
9 | "md5" : "8b5d3e10b08b0a69e550a09a23336ee5"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectB/artifacts.files/img3.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e34c86798f408cf3d1e13"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-25T08:15:49.056Z"),
7 | "length" : NumberLong(170825),
8 | "contentType" : "image/png",
9 | "md5" : "522923551e74512101e475869cd3e4aa"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectB/artifacts.files/img4.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e34c86798f408cf3d1e15"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-26T08:15:49.056Z"),
7 | "length" : NumberLong(2816),
8 | "contentType" : "image/png",
9 | "md5" : "bfdcad6d0f271b079d1078fbf49fc59d"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectB/artifacts.files/img5.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e35236798f408cf3d1e19"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-27T08:15:49.056Z"),
7 | "length" : NumberLong(136183),
8 | "contentType" : "image/png",
9 | "md5" : "3c81bf249818192dbf4384c5153ca336"
10 | }
--------------------------------------------------------------------------------
/integration-tests/cleaner-test/src/test/resources/integrationTest/projectB/artifacts.files/img6.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id" : ObjectId("5c7e35236798f408cf3d1e1b"),
3 | "filename" : null,
4 | "aliases" : null,
5 | "chunkSize" : NumberLong(261120),
6 | "uploadDate" : ISODate("2019-02-28T08:15:49.056Z"),
7 | "length" : NumberLong(2816),
8 | "contentType" : "image/png",
9 | "md5" : "bfdcad6d0f271b079d1078fbf49fc59d"
10 | }
--------------------------------------------------------------------------------
/integration-tests/sample-site/build.gradle.kts:
--------------------------------------------------------------------------------
1 | plugins {
2 | id("com.cognifide.aet.java-conventions")
3 | id("com.cognifide.aet.test-coverage")
4 | id("war")
5 | }
6 |
7 | dependencies {
8 | implementation("taglibs:standard:1.1.2")
9 | implementation("javax.servlet:jstl:1.2")
10 | testImplementation("junit:junit:4.13.1")
11 | implementation("javax.servlet:javax.servlet-api:3.0.1")
12 | }
13 |
14 | description = "AET :: Integration Tests :: Sample Site"
15 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/resources/jetty-users.properties:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | aetroot: pass,ADMIN
20 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/META-INF/aet-users.xml:
--------------------------------------------------------------------------------
1 |
2 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/demo_files/conference.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/integration-tests/sample-site/src/main/webapp/assets/demo_files/conference.jpg
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/demo_files/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/integration-tests/sample-site/src/main/webapp/assets/demo_files/favicon.ico
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/demo_files/ie10-viewport-bug-workaround.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 2011-2016 Twitter, Inc.
3 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
4 | */
5 | // See the Getting Started docs for more information:
6 | // http://getbootstrap.com/getting-started/#support-ie10-width
7 |
8 | (function () {
9 | 'use strict';
10 | if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
11 | var msViewportStyle = document.createElement('style')
12 | msViewportStyle.appendChild(
13 | document.createTextNode(
14 | '@-ms-viewport{width:auto!important}'
15 | )
16 | )
17 | document.querySelector('head').appendChild(msViewportStyle)
18 | }
19 | })();
20 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/demo_files/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/integration-tests/sample-site/src/main/webapp/assets/demo_files/logo.png
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/integration-tests/sample-site/src/main/webapp/assets/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/secured/change-bg-snippet.js:
--------------------------------------------------------------------------------
1 | document.body.style.background = 'yellow';
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/assets/snippets/change-bg-snippet.js:
--------------------------------------------------------------------------------
1 | document.body.style.background = 'blue';
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/includes/accessibility/basePage.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="header.jsp" %>
21 | <%@ include file="bodyContent.jsp" %>
22 | <%@ include file="footer.jsp" %>
23 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/includes/accessibility/basePageWithWarning.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="header.jsp" %>
21 | <%@ include file="bodyContent.jsp" %>
22 | <%@ include file="footerWithWarning.jsp" %>
23 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/includes/basePage.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="header.jsp" %>
21 | <%@ include file="bodyContent.jsp" %>
22 | <%@ include file="footer.jsp" %>
23 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/includes/footer.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 |
21 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/accessibility/failed.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/accessibility/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/accessibility/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/accessibility/warning.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/accessibility/basePageWithWarning.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/jserrors/jsFileWithError.js:
--------------------------------------------------------------------------------
1 | /*
2 | * AET
3 | *
4 | * Copyright (C) 2013 Cognifide Limited
5 | *
6 | * Licensed under the Apache License, Version 2.0 (the "License");
7 | * you may not use this file except in compliance with the License.
8 | * You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing, software
13 | * distributed under the License is distributed on an "AS IS" BASIS,
14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | * See the License for the specific language governing permissions and
16 | * limitations under the License.
17 | */
18 | nonExistingVariable++;
19 | alert('one',1,2,3);
20 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/jserrors/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/0px_height_page.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 |
21 |
22 |
23 |
24 | AET Demo Page
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/1px_height_page.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 |
21 |
22 |
23 |
24 | AET Demo Page
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/failed.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/header.jsp" %>
21 | <%@ include file="dynamic_content.jsp" %>
22 | <%@ include file="/includes/bodyContent.jsp" %>
23 | <%@ include file="/includes/footer.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/failed_hide.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="failed.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/failed_resolution.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="failed.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/success_hide.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/layout/success_resolution.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/failed_extract_element.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="failed.jsp"%>
21 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/failed_long_response.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%
21 | // should sleep longer than timeout provided at SourceCollectorFactory.java
22 | Thread.sleep(45000);
23 | %>
24 | <%@ include file="/includes/basePage.jsp" %>
25 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/failed_remove_lines.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="failed.jsp"%>
21 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/failed_remove_nodes.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="failed.jsp"%>
21 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/success_extract_element.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/success_long_response.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%
21 | Thread.sleep(15000);
22 | %>
23 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/success_redirect.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%
21 | response.setStatus(301);
22 | response.setHeader( "Location", "success.jsp" );
23 | response.setHeader( "Connection", "close" );
24 | %>
25 | <%@ include file="failed.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/success_remove_lines.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/source/success_remove_nodes.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/statuscodes/include-exclude.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="failed.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/statuscodes/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/w3c-html5/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/w3c-html5/warning.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/header.jsp" %>
21 | <%@ include file="/includes/bodyContent.jsp" %>
22 | a
23 | <%@ include file="/includes/footer.jsp" %>
24 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/w3c/failed.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/header.jsp" %>
21 | <%@ include file="/includes/bodyContent.jsp" %>
22 |
24 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/w3c/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/comparators/w3c/success_no_ignore_warnings.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/cookie/failed.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="page.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/cookie/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="page.jsp" %>
21 |
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/scroll/failed.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/scroll/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/basePage.jsp" %>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/slow/conference.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/integration-tests/sample-site/src/main/webapp/sanity/modifiers/slow/conference.jpg
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/wait-for-page-loaded/failed.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/header.jsp"%>
21 | <%@ include file="delay.jsp"%>
22 | <%@ include file="/includes/bodyContent.jsp"%>
23 | <%@ include file="/includes/footer.jsp"%>
--------------------------------------------------------------------------------
/integration-tests/sample-site/src/main/webapp/sanity/modifiers/wait-for-page-loaded/success.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 |
3 | AET
4 |
5 | Copyright (C) 2013 Cognifide Limited
6 |
7 | Licensed under the Apache License, Version 2.0 (the "License");
8 | you may not use this file except in compliance with the License.
9 | You may obtain a copy of the License at
10 |
11 | http://www.apache.org/licenses/LICENSE-2.0
12 |
13 | Unless required by applicable law or agreed to in writing, software
14 | distributed under the License is distributed on an "AS IS" BASIS,
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 | See the License for the specific language governing permissions and
17 | limitations under the License.
18 |
19 | --%>
20 | <%@ include file="/includes/header.jsp"%>
21 | <%@ include file="delay.jsp"%>
22 | <%@ include file="/includes/bodyContent.jsp"%>
23 | <%@ include file="/includes/footer.jsp"%>
--------------------------------------------------------------------------------
/integration-tests/sanity-functional/src/main/resources/config/common/proxy.properties:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | proxy.enabled=false
20 | proxy.ip=127.0.0.1
21 | proxy.port=9000
22 |
--------------------------------------------------------------------------------
/integration-tests/sanity-functional/src/main/resources/config/common/report.properties:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | # where to put reports and screenshots
20 | bobcat.report.path=./target/report
21 |
22 | # possible values: html, json, simple, stdout
23 | bobcat.report.reporters=html,json,simple,stdout
24 |
--------------------------------------------------------------------------------
/integration-tests/sanity-functional/src/main/resources/config/dev/instances.properties:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | report.url=http://aet-vagrant/report.html?company=aet&project=aet&suite=main
--------------------------------------------------------------------------------
/integration-tests/sanity-functional/src/test/resources/cucumber-guice.properties:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | guice.injector-source=com.cognifide.aet.sanity.functional.CucumberInjectorSource
20 |
--------------------------------------------------------------------------------
/license-template:
--------------------------------------------------------------------------------
1 | ${project.name}
2 |
3 | Copyright (C) ${project.inceptionYear} Cognifide Limited
4 |
5 | Licensed under the Apache License, Version 2.0 (the "License");
6 | you may not use this file except in compliance with the License.
7 | You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 |
--------------------------------------------------------------------------------
/misc/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | # AET
4 |
5 |
6 |
7 |
8 | ## Misc
9 | Used to store miscellaneous files, e.g.:
10 |
11 | - mongodb maintenance scripts
12 | - images
13 |
14 | ### Versions report
15 |
16 | In order to generate current report for versions specified in top-level `pom.xml`
17 | execute following command in AET root module:
18 |
19 | mvn clean validate -Pversions
20 |
--------------------------------------------------------------------------------
/misc/img/WT_Logo_Black_Positive_RGB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/WT_Logo_Black_Positive_RGB.png
--------------------------------------------------------------------------------
/misc/img/WT_Logo_Blue_Positive_RGB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/WT_Logo_Blue_Positive_RGB.png
--------------------------------------------------------------------------------
/misc/img/aet-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-architecture.png
--------------------------------------------------------------------------------
/misc/img/aet-logo-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-logo-blue.png
--------------------------------------------------------------------------------
/misc/img/aet-logo-white-on-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-logo-white-on-blue.png
--------------------------------------------------------------------------------
/misc/img/aet-logo-white-on-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-logo-white-on-image.png
--------------------------------------------------------------------------------
/misc/img/aet-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-logo.png
--------------------------------------------------------------------------------
/misc/img/aet-medusa-logo-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-medusa-logo-blue.png
--------------------------------------------------------------------------------
/misc/img/aet-medusa-logo-white-on-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-medusa-logo-white-on-blue.png
--------------------------------------------------------------------------------
/misc/img/aet-medusa-logo-white-on-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/aet-medusa-logo-white-on-image.png
--------------------------------------------------------------------------------
/misc/img/white-vml-square-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wttech/aet/81fbf30040f0924307a0def8e5cef37b1c1e5f7b/misc/img/white-vml-square-small.png
--------------------------------------------------------------------------------
/misc/plugins-report.txt:
--------------------------------------------------------------------------------
1 |
2 | The following plugin updates are available:
3 | com.github.ekryd.sortpom:sortpom-maven-plugin ..... 2.8.0 -> 2.10.0
4 | org.eclipse.jetty:jetty-maven-plugin 9.2.10.v20150310 -> 9.4.14.v20181114
5 |
6 |
7 | Project defines minimum Maven version as: 3.1.0
8 | Plugins require minimum Maven version of: 3.1.0
9 | Note: the super-pom from Maven 3.5.4 defines some of the plugin
10 | versions and may be influencing the plugins required minimum Maven
11 | version.
12 |
13 | No plugins require a newer version of Maven than specified by the pom.
14 |
15 | Require Maven 3.3.9 to use the following plugin updates:
16 | org.jacoco:jacoco-maven-plugin ..................... 0.8.1 -> 0.8.2
17 |
18 | Require Maven 3.5.0 to use the following plugin updates:
19 | org.apache.felix:maven-bundle-plugin ............... 4.0.0 -> 4.1.0
20 |
21 |
--------------------------------------------------------------------------------
/osgi-dependencies/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | # AET
4 |
5 |
7 |
8 |
9 | ## OSGi dependencies
10 |
11 | Contains definition of libraries needed by AETs.
12 | Some of them are not available as OSGi bundles and need to be wrapped.
13 |
--------------------------------------------------------------------------------
/osgi-dependencies/configs/src/main/resources/com.cognifide.aet.cleaner.CleanerScheduler-main.cfg:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | schedule=0 0 22 ? * *
20 | keepNVersions=2
21 | removeOlderThan=1
22 | dryRun=false
--------------------------------------------------------------------------------
/osgi-dependencies/configs/src/main/resources/com.cognifide.aet.proxy.RestProxyManager.cfg:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | server=192.168.123.100
20 | port=8080
21 |
--------------------------------------------------------------------------------
/osgi-dependencies/configs/src/main/resources/com.cognifide.aet.runner.RunnerConfiguration.cfg:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | ft=120
20 | mttl=300
21 | urlPackageSize=1
22 | maxMessagesInCollectorQueue=20
23 | maxConcurrentSuitesCount=3
--------------------------------------------------------------------------------
/osgi-dependencies/configs/src/main/resources/com.cognifide.aet.vs.mongodb.MongoDBClient.cfg:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | mongoURI=mongodb://localhost
20 | allowAutoCreate=true
21 |
--------------------------------------------------------------------------------
/osgi-dependencies/configs/src/main/resources/com.cognifide.aet.worker.listeners.WorkersListenersService.cfg:
--------------------------------------------------------------------------------
1 | #
2 | # AET
3 | #
4 | # Copyright (C) 2013 Cognifide Limited
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | collectorPrefetchSize=1
20 | collectorInstancesNo=5
21 | comparatorPrefetchSize=1
22 | comparatorInstancesNo=5
23 |
--------------------------------------------------------------------------------
/report/build.gradle:
--------------------------------------------------------------------------------
1 | plugins {
2 | id 'org.siouan.frontend-jdk8' version '5.0.0'
3 | id 'distribution'
4 | }
5 |
6 | frontend {
7 | nodeVersion = '8.11.3'
8 | packageJsonDirectory = file('./src/main/webapp')
9 | nodeInstallDirectory = file('./src/main/webapp/node')
10 | assembleScript = 'run gulp build'
11 | }
12 |
13 | distributions {
14 | main {
15 | contents {
16 | from('src/main/webapp') {
17 | include 'report.html'
18 | include 'html/index.html'
19 | include 'app/**'
20 | include 'assets/**'
21 | }
22 | includeEmptyDirs = false
23 | eachFile { file ->
24 | String path = file.relativePath
25 | file.setPath(path.substring(path.indexOf("/") + 1, path.length()))
26 | }
27 | }
28 | }
29 | }
30 |
31 | tasks.assemble.dependsOn tasks.distZip
--------------------------------------------------------------------------------
/report/src/main/webapp/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": ["es2015"]
3 | }
--------------------------------------------------------------------------------
/report/src/main/webapp/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | // see defaults at
3 | // https://github.com/jshint/jshint/blob/master/examples/.jshintrc
4 |
5 | // Enforcing
6 | "camelcase": true,
7 | "immed": true,
8 | "newcap": true,
9 | "nonew": true,
10 | "quotmark": true,
11 | "maxparams": 12,
12 | "validthis": true,
13 |
14 | // Environments
15 | "jquery": true,
16 |
17 | // Custom Globals
18 | "globals": {
19 | "_": true,
20 | "define": true,
21 | "alert": true,
22 | "console":true,
23 | "angular":true,
24 | "require":true
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/report/src/main/webapp/app/layout/main/url/errors/processingError.html:
--------------------------------------------------------------------------------
1 |
20 |
21 |
8 |
9 | ## Rest-endpoint Module
10 | The Representational State Transfer API for the AET System. This is an access point for all operations and data for the whole system.
11 |
12 | Responsibilities:
13 |
14 | - GET latest metadata for the suite by name,
15 | - GET metadata by correlationId,
16 | - GET artifact (e.g. patterns, collected, test results data) by id,
17 | - update (POST) suite metadata.
18 |
--------------------------------------------------------------------------------
/test-executor/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | # AET
4 |
5 |
7 |
8 |
9 | ## Test-executor Module
10 | Provides endpoints used to start the execution of the test suite and to obtain the processing status.
11 |
12 | Parses received XML Test Suite. Starts the suite execution. Obtains and stores the processing statuses of all currently processed suites. Provides the status information to clients if requested.
13 |
--------------------------------------------------------------------------------
/vagrant/.gitattributes:
--------------------------------------------------------------------------------
1 | # Let all the files have the Linux line endings
2 |
3 | * text eol=lf
4 |
--------------------------------------------------------------------------------