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
One suggestion: maybe we can join make test-acceptance-from-core-api to make test-acceptance-api?
but keep the old set naming (prefixes with core) to use only one command to run tests:
Currently, we have two different commands to run the ocis API tests:
make test-acceptance-api: to run API/CLI tests for local ocis tests
make test-acceptance-from-core-api: ro run API tests taken from oc10 repo
It would be better to have a single command to run all the tests. So ti achieve this we can do the following things:
#9872 (comment)
Currently, we have two different commands to run the ocis API tests:
make test-acceptance-api
: to run API/CLI tests for local ocis testsmake test-acceptance-from-core-api
: ro run API tests taken from oc10 repoIt would be better to have a single command to run all the tests. So ti achieve this we can do the following things:
behat.yml
andbehat-core.yml
test-acceptance-api
for all testsThe text was updated successfully, but these errors were encountered: