Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial E2E tests for Kimchi #1293

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ramonmedeiros
Copy link

@ramonmedeiros ramonmedeiros commented Dec 28, 2019

First proposal to create E2E tests for Kimchi

The tests were created in a separated folder uiTests, and there is a README.md with all instructions to trigger them.

The tests are using Chrome and expect version 78.0.3904.105.0

gif

.gitignore Outdated Show resolved Hide resolved
uiTests/README.md Outdated Show resolved Hide resolved
uiTests/README.md Outdated Show resolved Hide resolved
Copy link
Member

@alinefm alinefm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ramonmedeiros I tried to run this and seems like it is stuck in something. When I run the command it does not do anything, apparently. I am on Ubuntu 19.10

read -s pass; KIMCHI_USERNAME=XXX KIMCHI_PASSWORD=YYY DEBUG=true make

I think it may be because the PR does not include the Makefile. Shouldn't it have one inside uiTestsdir?

tests/ui/pages/templates.py Outdated Show resolved Hide resolved
@@ -38,3 +38,4 @@ po/gen-pot
*.rej
*.pem
ui/pages/help/*/*.html
tests/ui/.env
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need .env?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its optional

tests/ui/README.md Outdated Show resolved Hide resolved
tests/ui/README.md Outdated Show resolved Hide resolved
tests/ui/pages/templates.py Outdated Show resolved Hide resolved
@alinefm
Copy link
Member

alinefm commented Jan 21, 2020

The comments/questions I made related to dependency on Chrome and browser support on Wok PR (kimchi-project/wok#292) also make sense in here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants