πŸ“Š UI tests for Redash
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Benjamin Forehand Jr e312810ee5 Fix typing error. 2018-08-16 14:15:46 -04:00
.circleci Add new Circle CI job for mypy 2018-06-28 14:03:38 +02:00
.github Add .github/ISSUE_TEMPLATE/OTHER.md 2018-05-14 14:22:28 +02:00
docs Fix typo in docs 2018-06-28 17:53:31 +02:00
models Add missing imports to models 2018-06-28 15:52:19 +02:00
pages Formatting and flake8 updates. 2018-08-07 10:51:47 -04:00
tests Fix typing error. 2018-08-16 14:15:46 -04:00
.dockerignore Add .dockerignore 2018-04-26 17:09:52 +02:00
.flake8 Updated flake8 config. 2018-07-12 14:29:17 -04:00
.gitignore Add VS Code folder to gitignore 2018-06-20 16:11:31 +02:00
.pyup.yml #20 #bugfix Added pyup (#27) 2018-06-19 12:18:56 -04:00
Dockerfile Updates based on review. 2018-05-24 14:55:41 -04:00
LICENSE Initial commit 2018-03-13 17:44:20 +01:00
Makefile Changed formatting to 88 max line length. 2018-07-12 11:03:28 -04:00
Pipfile Add mypy to dev-packages 2018-06-28 13:54:29 +02:00
Pipfile.lock Sync Pipfile.lock 2018-06-28 13:57:56 +02:00
README.md Fix section title size in README 2018-06-28 15:04:04 +02:00
docker-compose.yml Add Circle CI config (#34) 2018-06-22 18:49:50 +02:00
mkdocs.yml Update mkdocs config with new pages 2018-06-27 21:42:23 +02:00
mypy.ini Create mypy config file 2018-06-28 13:52:08 +02:00
pytest.ini Updates based on review. 2018-05-24 14:55:41 -04:00
variables.json Added a few query tests. 2018-08-03 15:28:25 -04:00

README.md

redash-ui-tests

πŸ“Š UI tests for Redash

Description

Redash is a open source web-application for working with data. Users can query data from different sources, create visualizations and dashboards, and share them in their organization. Please check out the knowledge base for more info about the Redash project.

The redash-ui-tests project is a community effort to develop automated UI tests for Redash. We want to be able to automatically detect UI regressions in release candidates and reduce the time spent on manual testing. We will gradually add more UI tests for functionality, that is important to our users. Check out the tests issue label to get an idea about test cases that we are planning to automate.

Please check out the documentation for more information! πŸ“

Contributing

Are you interested in developing UI tests in Python, or helping us improve our documentation, or have ideas for how to improve redash-ui-tests?

Read our contributing guide and check out the good first issue label for tasks, that are good candidates for your first contribution to redash-ui-tests. Your contributions are greatly appreciated! Every little bit helps, and credit will always be given!

Please note that redash-ui-tests is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Check out who has already contributed to redash-ui-tests here!