a5ace6e Merge pull request #68 from martinbednar/devel0.3

56 files Merged by polcak 3 years ago, Committed by GitHub 3 years ago,
56 files changed. 13349 lines added. 0 lines removed.
.gitignore
file modified
+9 -0
tests/common_files/scripts/build_JSR_package.sh
file added
+52
tests/common_files/webbrowser_drivers/DOWNLOAD WEB DRIVERS HERE.md
file added
+9
tests/integration_tests/README.md
file added
+91
tests/integration_tests/setup_buildJSR_runTests.sh
file added
+88
tests/integration_tests/testing/configuration.py
file added
+66
tests/integration_tests/testing/conftest.py
file added
+51
tests/integration_tests/testing/math_operations.py
file added
+40
tests/integration_tests/testing/output.py
file added
+47
tests/integration_tests/testing/start.py
file added
+55
tests/integration_tests/testing/tests_definition/test_canvas.py
file added
+35
tests/integration_tests/testing/tests_definition/test_gps.py
file added
+207
tests/integration_tests/testing/tests_definition/test_hw.py
file added
+49
tests/integration_tests/testing/tests_definition/test_navigator.py
file added
+105
tests/integration_tests/testing/tests_definition/test_performance.py
file added
+46
tests/integration_tests/testing/tests_definition/test_referrer.py
file added
+41
tests/integration_tests/testing/tests_definition/test_time.py
file added
+70
tests/integration_tests/testing/values_expected.py
file added
+193
tests/integration_tests/testing/values_getters.py
file added
+114
tests/integration_tests/testing/values_real.py
file added
+59
tests/integration_tests/testing/values_tested.py
file added
+136
tests/integration_tests/testing/web_browser.py
file added
+111
tests/integration_tests/testing/web_browser_shared.py
file added
+43
tests/integration_tests/testing/web_browser_type.py
file added
+28
tests/system_tests/README.md
file added
+53
tests/system_tests/analyze_data/cosine_similarity.py
file added
+70
tests/system_tests/analyze_data/io_funcs.py
file added
+56
tests/system_tests/analyze_data/levenshtein_distance.py
file added
+41
tests/system_tests/analyze_data/simple_comparison.py
file added
+29
tests/system_tests/analyze_data/start_logs_analysis.py
file added
+127
tests/system_tests/analyze_data/start_screenshots_analysis.py
file added
+140
tests/system_tests/get_data/configuration.py
file added
+96
tests/system_tests/get_data/driver.py
file added
+83
tests/system_tests/get_data/grid.py
file added
+60
tests/system_tests/get_data/io_funcs.py
file added
+92
tests/system_tests/get_data/start.py
file added
+217
tests/system_tests/get_data/test_type.py
file added
+28
tests/system_tests/get_data/web_browser_type.py
file added
+30
tests/system_tests/get_data/website.py
file added
+38
tests/system_tests/setup_buildJSR_runTests.sh
file added
+62
tests/unit_tests/MIT.LICENSE
file added
+20
tests/unit_tests/SpecRunner.html
file added
+73
tests/unit_tests/lib/jasmine-3.5.0/boot.js
file added
+136
tests/unit_tests/lib/jasmine-3.5.0/jasmine-html.js
file added
+817
tests/unit_tests/lib/jasmine-3.5.0/jasmine.css
file added
+128
tests/unit_tests/lib/jasmine-3.5.0/jasmine.js
file added
+8218
tests/unit_tests/lib/jasmine-3.5.0/jasmine_favicon.png
file added
+0
tests/unit_tests/mock_objects/browser.js
file added
+34
tests/unit_tests/mock_objects/sinon-chrome-webextensions.min.js
file added
+59
tests/unit_tests/tests/background_tests.js
file added
+87
tests/unit_tests/tests/browser_tests.js
file added
+28
tests/unit_tests/tests/code_builders_tests.js
file added
+187
tests/unit_tests/tests/helpers_tests.js
file added
+83
tests/unit_tests/tests/levels_tests.js
file added
+239
tests/unit_tests/tests/url_tests.js
file added
+70
tests/unit_tests/tests/wrapping_tests.js
file added
+203
    Merge pull request #68 from martinbednar/devel0.3
    
    Add unit, integration and system tests for JSR v. 0.3.
        
file modified
+9 -0