-
Notifications
You must be signed in to change notification settings - Fork 0
Start on Bulk API testset #24
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
base: main
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.
Can you add the description of this directory and file structure as a README somewhere?
Will do |
I'm not sure whether we want one file per test case listing all steps, or one file per step with the directory being the test case. Pro file per test:
Pro file per step:
Con storing tests themselves as model:
|
I foresee a maintenance problem with embedding chunks in the JSON test files. We are using different tools (Freon, MPS, Java/Kotlin, ...) to read and write chunks, because we don't want to write bare JSON. These tools typically read/write chunks from a file. It is going to be hard to read/write the chunks embedded in the test files using these tools. Maybe we should put the chunks in separate files and use the $variable syntax or something similar as values for chunks referring to a file containing a chunk. |
I think the Java lib should mention the LionCore Built-ins as used language. |
How does this solve the problem that we have to refer to node ids we've got from a previous request? |
It doesn't, it is intended to make creating and changing the chunks in the testcases easier. |
No description provided.