You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, it's not possible to do something like this:
fga model test --tests=./*.fga.yaml
or something like this:
fga model test --tests=./**/*.fga.yaml
This would enable us to write better test suites, since we could get some naming conventions out, and run them as scenarios with separate tuple sets more easily
The text was updated successfully, but these errors were encountered:
So we don't have to do these loops in GH Action like here:
https://github.com/openfga/action-openfga-test/blob/main/action.yml#L27-L38
Right now, it's not possible to do something like this:
or something like this:
This would enable us to write better test suites, since we could get some naming conventions out, and run them as scenarios with separate tuple sets more easily
The text was updated successfully, but these errors were encountered: