-
Right now the only way to test Gunship is to create a full running instance of the engine, including opening a window, creating a renderer, and initializing audio. For most testing and benchmarking it…
-
#429 I previously wrote a [simple test code](https://github.com/planetarium/mimir/blob/c26375d31bd25407f87aa97c8e4da0d2081230b4/Mimir.E2ETests/AgentTests.cs#L23) as a reference. Based on that, I'd lik…
-
we would like to request a small GPU python kernel for UC3 / UC4 under the EOX Lab environment which will further test headless execution functionality and the the provisioning of GPU resources to the…
-
### 📜 Description
We have configured Novu headless mode and initialized headless service in an Angular component as follows:
`export class NotificationDialogComponent implements OnInit {
headle…
-
### Wwise integration version
44a3e506959578b3e7e3837fe29cc9283ae681e6
### System information
Ubuntu, latest stable
### Issue description
A linux build, launched in headless mode crash while load…
-
Right now if you launch `cargo web test` it will launch your tests in a new Chrome/Chromium instance it finds installed on your system. This is a huge hack which should be replaced by a proper headles…
koute updated
5 years ago
-
Hey there, I am trying to run test using `chrome-headless`. Per the documentation I ran the following commands inside my project
```
npm install karma karma-cljs-test --save-dev
npm install -g ka…
-
using chrome headless via docker, we can create test notebooks for the package.
satra updated
7 years ago
-
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.47-git
clang version 16.0.6
Target: wasm32-unknown-emscripten
Thread model: posix
Ins…
-
Low-level HTTP requests are straightforward to create using external probes. However, rich web apps leveraging asynchronous Javascript, etc are harder to test using low-level HTTP probes. To work arou…