LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
golem/__init__.py
golem/actions.py
golem/browser.py
golem/execution.py
golem/helpers.py
golem/main.py
golem/bin/__init__.py
golem/bin/golem_admin.py
golem/bin/golem_init.py
golem/bin/golem_standalone.py
golem/cli/__init__.py
golem/cli/argument_parser.py
golem/cli/commands.py
golem/cli/messages.py
golem/core/__init__.py
golem/core/environment_manager.py
golem/core/errors.py
golem/core/exceptions.py
golem/core/file_manager.py
golem/core/lock.py
golem/core/page.py
golem/core/project.py
golem/core/secrets_manager.py
golem/core/session.py
golem/core/settings_manager.py
golem/core/suite.py
golem/core/tags_manager.py
golem/core/test.py
golem/core/test_data.py
golem/core/test_directory.py
golem/core/test_parser.py
golem/core/utils.py
golem/execution_runner/__init__.py
golem/execution_runner/execution_runner.py
golem/execution_runner/interactive.py
golem/execution_runner/multiprocess_executor.py
golem/gui/__init__.py
golem/gui/api.py
golem/gui/gui_start.py
golem/gui/gui_utils.py
golem/gui/report.py
golem/gui/user_management.py
golem/gui/web_app.py
golem/gui/static/css/code-editor-common.css
golem/gui/static/css/json_code_editor.css
golem/gui/static/css/list_common.css
golem/gui/static/css/main.css
golem/gui/static/css/page_object.css
golem/gui/static/css/report.css
golem/gui/static/css/suite.css
golem/gui/static/css/test_case.css
golem/gui/static/css/test_case_code.css
golem/gui/static/css/test_case_common.css
golem/gui/static/css/bootstrap/bootstrap-theme.min.css
golem/gui/static/css/bootstrap/bootstrap.min.css
golem/gui/static/css/font-awesome/font-awesome.min.css
golem/gui/static/css/fonts/FontAwesome.otf
golem/gui/static/css/fonts/fontawesome-webfont.eot
golem/gui/static/css/fonts/fontawesome-webfont.svg
golem/gui/static/css/fonts/fontawesome-webfont.ttf
golem/gui/static/css/fonts/fontawesome-webfont.woff
golem/gui/static/css/fonts/fontawesome-webfont.woff2
golem/gui/static/css/fonts/glyphicons-halflings-regular.eot
golem/gui/static/css/fonts/glyphicons-halflings-regular.svg
golem/gui/static/css/fonts/glyphicons-halflings-regular.ttf
golem/gui/static/css/fonts/glyphicons-halflings-regular.woff
golem/gui/static/css/fonts/glyphicons-halflings-regular.woff2
golem/gui/static/css/fonts/lato-bol-webfont.woff
golem/gui/static/css/fonts/lato-lig-webfont.woff
golem/gui/static/css/toastr/toastr.min.css
golem/gui/static/img/plus_sign.png
golem/gui/static/img/plus_sign2.png
golem/gui/static/img/icons/favicon-16x16.png
golem/gui/static/img/icons/favicon-32x32.png
golem/gui/static/img/icons/favicon.ico
golem/gui/static/js/environments.js
golem/gui/static/js/file.js
golem/gui/static/js/index.js
golem/gui/static/js/main.js
golem/gui/static/js/new_user.js
golem/gui/static/js/page.js
golem/gui/static/js/page_code.js
golem/gui/static/js/report_dashboard.js
golem/gui/static/js/report_execution.js
golem/gui/static/js/report_test.js
golem/gui/static/js/settings.js
golem/gui/static/js/suite.js
golem/gui/static/js/suite_code.js
golem/gui/static/js/test.js
golem/gui/static/js/test_code.js
golem/gui/static/js/test_common.js
golem/gui/static/js/users.js
golem/gui/static/js/external/bootstrap.min.js
golem/gui/static/js/external/chart.min.js
golem/gui/static/js/external/jquery.autocomplete.min.js
golem/gui/static/js/external/jquery.min.js
golem/gui/static/js/external/sortable.min.js
golem/gui/static/js/external/toastr.min.js
golem/gui/static/js/external/treeview.js
golem/gui/static/js/external/code_mirror/codemirror.css
golem/gui/static/js/external/code_mirror/codemirror.js
golem/gui/static/js/external/code_mirror/javascript.js
golem/gui/static/js/external/code_mirror/python.js
golem/gui/static/js/external/datatable/dataTables.bootstrap.js
golem/gui/static/js/external/datatable/datatables.min.js
golem/gui/static/js/list/list_common.js
golem/gui/static/js/list/page_list.js
golem/gui/static/js/list/suite_list.js
golem/gui/static/js/list/test_list.js
golem/gui/templates/404.html
golem/gui/templates/common_element_error.html
golem/gui/templates/environments.html
golem/gui/templates/index.html
golem/gui/templates/layout.html
golem/gui/templates/login.html
golem/gui/templates/not_permission.html
golem/gui/templates/suite.html
golem/gui/templates/suite_code.html
golem/gui/templates/list/page_list.html
golem/gui/templates/list/suite_list.html
golem/gui/templates/list/test_list.html
golem/gui/templates/page_builder/page.html
golem/gui/templates/page_builder/page_code.html
golem/gui/templates/report/report_dashboard.html
golem/gui/templates/report/report_execution.html
golem/gui/templates/report/report_execution_static.html
golem/gui/templates/report/report_test.html
golem/gui/templates/settings/global_settings.html
golem/gui/templates/settings/project_settings.html
golem/gui/templates/test_builder/test.html
golem/gui/templates/test_builder/test_code.html
golem/gui/templates/users/reset_password.html
golem/gui/templates/users/user_form.html
golem/gui/templates/users/user_profile.html
golem/gui/templates/users/users.html
golem/report/__init__.py
golem/report/execution_report.py
golem/report/html_report.py
golem/report/junit_report.py
golem/report/report.py
golem/report/test_report.py
golem/report/utils.py
golem/test_runner/__init__.py
golem/test_runner/conf.py
golem/test_runner/test_logger.py
golem/test_runner/test_runner.py
golem/test_runner/test_runner_utils.py
golem/webdriver/__init__.py
golem/webdriver/common.py
golem/webdriver/extended_driver.py
golem/webdriver/extended_webelement.py
golem/webdriver/golem_expected_conditions.py
golem_framework.egg-info/PKG-INFO
golem_framework.egg-info/SOURCES.txt
golem_framework.egg-info/dependency_links.txt
golem_framework.egg-info/entry_points.txt
golem_framework.egg-info/requires.txt
golem_framework.egg-info/top_level.txt