[POC][full-ci] Testing various oCIS env configurations (#6062)
* run api tests * run ocis via wrapper * add context, helpers and steps change ocis config * remove separate pipelines for special test cases * add context to behat config * fix suite name * set wrapper url while running tests * fix cors allow env name * address review * add ociswrapper codebase * add ci pipeline to build and cache wrapper * add step to check ociswrapper cache * invalidate wrapper cache and build new * build on pipeline step * undo unnecessary changes * undo unnecessary changes * fix php code * fix ocis run command * use tag for teardown * exclude wrapper vendor in codacy check * fix typos
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@api
|
||||
@api @env-config
|
||||
Feature: delay post-processing of uploaded files
|
||||
As a user
|
||||
I want to delay the post-processing of uploaded files
|
||||
@@ -6,6 +6,7 @@ Feature: delay post-processing of uploaded files
|
||||
|
||||
Background:
|
||||
Given user "Alice" has been created with default attributes and without skeleton files
|
||||
And async upload has been enabled with post processing delayed to "30" seconds
|
||||
|
||||
@issue-5326
|
||||
Scenario Outline: user sends GET request to the file while it's still being processed
|
||||
|
||||
Reference in New Issue
Block a user