From d7fdfa2286edd3613859a314f98b91ab8d0fb85a Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Thu, 13 Jun 2024 23:07:41 +0300 Subject: [PATCH] add operators file for testing --- cypress/plugins/ops.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cypress/plugins/ops.json diff --git a/cypress/plugins/ops.json b/cypress/plugins/ops.json new file mode 100644 index 00000000..ade5aaa5 --- /dev/null +++ b/cypress/plugins/ops.json @@ -0,0 +1,8 @@ +[ + { + "uuid": "67128b5b-2e6b-3ad1-baa0-1b937b03e5c5", + "name": "bot", + "level": 4, + "bypassesPlayerLimit": false + } +]