-
Notifications
You must be signed in to change notification settings - Fork 3
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
[test]: basic test framework #5
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.
Great work!
See my comments.
I think we should have a file describing each .json file what it represents and how the flow is done. Maybe a screenshot is ok too. (this is a langflow generic problem, let's try to think as users of it)
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.
If not in this PR or next PR, I think we should try to instantiate langflow from docker or docker-compose in CI.
Adds some basic test framework + CI workflows.