问题标签 [citrus-engine]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
111 浏览

actionscript-3 - 尝试在 Citrus Engine 中使用 Box2D 生成挥剑攻击

在过去的几天里,我一直把头撞在墙上,试图弄清楚如何正确扩展 CitrusEngine 的 Box2DPhysicsObjects 以生成我的自定义对象。我的目标是产生这种行为: 期望行为的例子

这是为了模拟我的英雄在挥动剑攻击时向使用输入确定的方向冲刺。剑“休眠”直到攻击状态被激活。

我想我对如何正确使用 Box2D(尤其是关节)有一个根本的误解。如果有人能指出我正确的方向,我将永远感激不尽。我无法真正提供我当前的代码,因为它已经无法正常工作了。

0 投票
1 回答
463 浏览

android - Defold/Citrus 游戏引擎

我搜索了一个具有 ui 设计器的 2d android 游戏引擎。Libgdx 很酷,但设计游戏非常困难。但是哪个游戏引擎更好呢?Defold 还是柑橘?我认为 Defold 使用 HTML,所以我担心性能是否像 Unity 一样糟糕。是否有更好的引擎和 ui 设计器和良好的性能?

0 投票
0 回答
44 浏览

c# - 找不到类型或命名空间名称“Citrusresponse”(您是否缺少 using 指令或程序集引用?

我正在开发一个 ASP.NET 网站并使用 Citrus 支付框架。我在代码中的这一行出现错误:

这是我在代码中使用的全部模块。

两天后我一直在努力解决这个问题,但仍然没有错误。我在这里浏览了社区论坛和问题。

如果你很棒,任何人都可以帮助我找出这个错误。

如果您需要更多信息,请与我们联系。

0 投票
1 回答
21 浏览

mysql - Can you copy a MySQL database without a front-end software involved?

I was told that you cannot copy a MySQL database without using the front-end software (in this case Citrus Savings and Loans) that was built along with it.

A brief history: A certain IT company created a front-end software and used a free version of MySQL as its database. Of course they set up a root password for it. Now they do not want to cooperate by migrating it to our new server or at least give us the root password to copy the database.

My question is this: Is the root password exclusive to the front-end software or is it just the MySQL root password? Also, since the IT company doesn't wanna help, is there a way to copy the old MySQL database without the root password nor the Citrus Savings and Loans front-end software and save it to our new server?

NOTE: I just found out that the IT company used WAMP as the server.

0 投票
1 回答
38 浏览

citrus-framework - FTP 命令柑橘

在此处输入图像描述

我收到的 FTP 命令未绑定在有效负载子项中。我需要执行 FTP 命令。谁能帮我这个?我想测试FTP,例如上传下载PWD MKD CWD。

0 投票
0 回答
32 浏览

cucumber - 如何使用动态变量制作 Citrus FTP 主机、端口、用户名、密码

XML DSL

步骤.XML

黄瓜功能文件

我有一个黄瓜功能文件。在文件中,我声明了变量 FTP 主机端口用户名密码。我需要将功能文件变量作为 <citrus-ftp: client> 的输入,以通过功能文件进行动态配置。谁能帮我解决这个问题

0 投票
1 回答
23 浏览

citrus-framework - CITRUS 测试结果中的自定义错误消息

我想在我的柑橘测试结果中使用我的自定义错误消息。示例:原始错误消息:java.io.FileNotFoundException: D:\expectedOutput\Smaple.xml(系统找不到指定的文件)。

自定义消息:嘿,在您的目录中找不到文件,请检查。(需要在我的测试结果失败消息中这样打印)。

请在此处查看图片 在此处输入图片描述

0 投票
0 回答
19 浏览

citrus-framework - 带有报告的柑橘性能负载测试

柑橘版本 3.1.0

问题是否可以通过报告在类似柑橘的空手道加特林中进行性能负载测试?

0 投票
0 回答
16 浏览

citrus-framework - Citrus:接收时需要验证状态码。元素名称是什么?

  1. JMS 接收时需要验证状态码。元素名称是什么?
  2. 是否可以在 citrus HTML 报告中获取错误代码? 在此处输入图像描述