chore: crush git history - reborn from consolidation on 2026-03-10
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* APOPHIS configuration for protocol-lab fixture.
|
||||
*/
|
||||
|
||||
export default {
|
||||
mode: "qualify",
|
||||
profiles: {
|
||||
"oauth-nightly": {
|
||||
name: "oauth-nightly",
|
||||
mode: "qualify",
|
||||
preset: "deep",
|
||||
routes: ["POST /oauth/authorize", "POST /oauth/token", "GET /api/user"],
|
||||
},
|
||||
},
|
||||
presets: {
|
||||
deep: {
|
||||
name: "deep",
|
||||
depth: "deep",
|
||||
timeout: 30000,
|
||||
parallel: false,
|
||||
chaos: true,
|
||||
observe: false,
|
||||
},
|
||||
},
|
||||
environments: {
|
||||
local: {
|
||||
name: "local",
|
||||
allowVerify: true,
|
||||
allowObserve: true,
|
||||
allowQualify: true,
|
||||
allowChaos: true,
|
||||
allowBlocking: true,
|
||||
requireSink: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user