-
Notifications
You must be signed in to change notification settings - Fork 365
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 uiTests
dir?
6e7220f
to
a905e45
Compare
@@ -38,3 +38,4 @@ po/gen-pot | |||
*.rej | |||
*.pem | |||
ui/pages/help/*/*.html | |||
tests/ui/.env |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its optional
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 |
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