-
## The problem
I have a mobile app which opens in portrait mode and later I need to switch to landscape mode. I have tried all possible solutions but the app does not turn to landscape mode but if …
-
Specifically:
1. [link rel=preload](https://twitter.com/ebidel/status/690058172283904000) is becoming a reality.
2. Also, [IE is dead now](https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-…
-
Hi
I have installed the certificate (https://github.com/AppiumTestDistribution/appium-interceptor-plugin/blob/master/certificate/certs/ca.pem) on my Android emulator (Platform 14). When I run the c…
-
- [ ] fix aws lambda docs:
- [ ] using with .mjs
- [ ] the docs say to create a POST request handler, but thats not true, we need to create an ANY request handler
- [x] in nextjs, getServerSideP…
-
see this https://github.com/getkin/kin-openapi and hw to use it in tests for Frontend, aand why not for terraform
-
It would be awesome to support a syntax like this:
``` java
Mockito.when(mock::method).isInvokedWith(foo,bar).thenAnswer((foo, bar) -> 5);
```
The benefits: true type safety. Currently we have an in…
-
```
This is occurring on an android unit test project running from the Android ADK.
What steps will reproduce the problem?
1. Integrated the following into my project's libs folder.
mockito-all-1.9.5…
-
```
This is occurring on an android unit test project running from the Android ADK.
What steps will reproduce the problem?
1. Integrated the following into my project's libs folder.
mockito-all-1.9.5…
-
```
This is occurring on an android unit test project running from the Android ADK.
What steps will reproduce the problem?
1. Integrated the following into my project's libs folder.
mockito-all-1.9.5…
-
**Describe the Issue**
The updated variable value is reflected in the mock server, only in the second request.
**Steps to Reproduce**
create a mock server with a response as
```
{
"…