-
### Description
Be able to generate mock tables where placeholders are used instead of numbers. For example instead of having `1.23` for a mean, we can build a table that has `x.xx`.
### Exam…
-
**Is your feature request related to a problem? Please describe.**
I would find it incredibly useful to be able to intercept and mock responses for API calls. When some components rely on external da…
-
Pretty much the question above, there's a very similar SO issue with no known solution
'm creating my `mocks.ts` file with the current plugin config
```ts
{
plugins: [
{
add: { con…
-
## 版本号
~ 1.9.2
## 什么问题
~ 使用java发送http请求/api/open/import_data 报错提示:不存在的导入方式,type参数试过swagger、json、SWAGGER,都会提示这个错误,但是不传递type会提示缺失type参数,所以type参数肯定是拿到值了,为什么swagger或者json值会不合法
## 如何复现此问题
~ `请求数据(…
-
**Is your feature request related to a problem? Please describe.**
Visuals are easier to judge quickly than pure numbers.
**Describe the solution you'd like**
After opening the Filters pane on a…
-
Hello!
I'm not sure if this is the place to get this kind of help, but I don't know where else to ask.
I already registered my APP and got my `Client ID` and `Client Secret`.
I followed the…
-
Hi Andrew,
First of all thank you so much for developing this visual, we've found it really useful so far. 👍
There is a desire from within our organisation to be able to see a summary table wh…
-
demo 1 不可以
var Mock = require('mockjs')
var data = Mock.mock({
'num|+1': 0
})
console.log(JSON.stringify(data)) // {num:0}
demo2 可以
var Mock = require('mockjs')
var data = Mock.mock({
…
-
CsvTests can now support the planning of ENRICH command, but the execution is still missing.
Since CsvTests do not use ES indices, we will have to mock the policy execution.
The problem: CsvTests …
-
### What problem does your feature solve?
Mock-based tests can be quite fragile and difficult to maintain. e.g. making a change, and having to update mocks in lots of unrelated tests.
Stubs can he…