-
vue, 一个主路由中有一个 , video、audio、picture 是在其子路由中的
```
Mock.mock(/video/, {
code: 0,
"data|3-10": [
{
id: "@id",
title: "第@increment()节 视频消防工作概述",
url:
'@pick(…
-
note that this change supports #70 and test code that touches the API surface will need to be updated regardless
wllrd updated
14 hours ago
-
### Describe the bug
After adding `quarkus-junit5-mockito` dependency, tests start to fail with ` Cannot mock/spy class` error
### Expected behavior
Test should work
### Actual behavior
Tests fai…
-
I upgraded my lambda to Node 20 and tried using playwright-aws-lambda but throws below error:
````
Error: browserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n /tmp…
-
### Description
The new-ui doesn't have any testing framework. Currently testing is quite time consuming.
- [ ] Create manual test plan
- [ ] Research possible angular testframeworks (Karma and Ja…
-
Given constraints around releasing the full dataset, I kindly request a small sample of 1-2 examples per class to facilitate my review of your methodology.
-
[Records](https://openjdk.org/jeps/395) are _typically_ used as simple wrappers of data without any methods or complex behavior requiring external dependencies or expensive IO operations. As such, the…
-
- [ ] Create Skill Map Admin List screen with mock data for now
- [ ] Allow filter for this screen: Name and Status
- [ ] Add action button Create Skill Map and redirect to Create Skill Map Admin sc…
-
I'm attempting to hook an Android OS device to a GPS 9DoF IMU that is external to the device on a wired network (USB-to-Ethernet adapter that can also charge the phone/tablet). Basically I want to fe…
-
```
"axios": "0.21.1",
"axios-mock-adapter": "1.19.0"
```
**Issue:** Adapter can't match URL if it contains part of base URL
**Example:** Base URL is `/app` and url is `/appliance` mock won't…