Natalia Maximo

Results 14 issues of Natalia Maximo

In case you found this by googling: You can fix this by downgrading to 1.12.1 I have been running into the issue wherein if I use the Flask development server...

Currently there is no documentation/added examples of how to write storage classes. Although we have two direct examples of using this (LocalStorage and BlobStorage), adding some explanation on how to...

documentation

Currently, each definition file passed to quilla *must* be done so explicitly. This is in part because it's easier to push the burden onto the user, and in part because...

enhancement
good first issue

Several frameworks and tools related to testing also include the ability to configure themselves through a configuration file of some sort. This allows users to not have to save their...

enhancement

Quilla test files are just a collection of steps and minor configurations, which means that they can actually be reused by collecting the steps and ignoring most of the configurations....

enhancement
good first issue

At this time, Quilla exclusively gets its configuration from the CLI options. However, it might be of use to have the options be read from environment variables. My recommendation for...

enhancement
good first issue

Currently, Quilla supports only JSON documents for the validation, though it is pretty easy to go from YAML to JSON, so it would be good to have a plugin that...

enhancement
good first issue

As discussed in #27 and #28, there will need to be some way to compare the two images (the baseline and the newly generated one), and confirm that the image...

enhancement

quilla_prevalidate can also be put in its own file to handle more generic cases. _Originally posted by @yucui-avengers in https://github.com/microsoft/quilla/pull/19#discussion_r664857039_ Once more hooks are created, it probably won't make sense...

Post-validation the reports are already generated and all the validations are done, I might rename this as "quilla_post_test" instead? Since this specific hook is called after "validate_all()" is called, the...