πŸ“Š UI tests for Redash
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Raphael Pierzina 258c8afcba
Merge pull request #143 from mozilla/pyup-scheduled-update-2019-05-20
Scheduled weekly dependency update for week 20
2019-05-21 10:58:27 +02:00
.circleci Scheduled weekly dependency update for week 43 (#104) 2018-10-29 14:02:39 -04:00
.github Added mozilla section to code of conduct. (#137) 2019-04-03 13:54:02 -04:00
docs #98 Correct the command to build the UI tests 2019-03-14 15:40:34 +02:00
models Add missing imports to models 2018-06-28 15:52:19 +02:00
pages Fix failing ui tests. (#121) 2019-01-23 12:31:11 -05:00
tests Fix failing ui tests. (#121) 2019-01-23 12:31:11 -05:00
.dockerignore added report.html to .dockerignore #100 2018-10-26 07:46:08 -04: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 Scheduled weekly dependency update for week 43 (#104) 2018-10-29 14:02:39 -04:00
LICENSE Initial commit 2018-03-13 17:44:20 +01:00
Makefile Remove the rm command. 2018-11-21 09:06:40 -05:00
Pipfile Scheduled weekly dependency update for week 09 (#129) 2019-03-04 13:37:59 -05:00
Pipfile.lock Update requests from 2.21.0 to 2.22.0 2019-05-20 13:49:05 -04:00
README.md Update readme. 2018-11-22 10:05:26 -05:00
docker-compose.yml Updates to use Mozilla redash docker image. 2018-11-21 08:57:24 -05: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
pipenv.txt Scheduled weekly dependency update for week 42 (#85) 2018-10-23 13:11:57 -04:00
pytest.ini Updates based on review. 2018-05-24 14:55:41 -04:00
variables.json Adding some additional query tests, as well as some options tests. (#103) 2018-10-31 13:02:10 -04:00

README.md

redash-ui-tests

πŸ“Š UI tests for Mozilla 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!