-
When I run protractor with
$protractor config/e2e.conf.js
It works without a problem but when I try to run it when grunt I get a chrome driver not found error
/Users/Alfred/Development/git/f1/Web/f1…
-
$ npm run build-dev-runner && NODE_ENV=development TEST=vtu node build/dev-runner.js
> tiny-evt@0.16.2 build-dev-runner
> cat scripts/args.esbuild.dev-runner | xargs npx esbuild
build/dev-r…
-
### Automatic expect tracking for concurrent tests
It's cumbersome and error prone to accept `expect` for each concurrent test
Automatic tracking is also allows to make tests faster by using `.con…
-
Hi,
the exporter works very nice but i recognized a strange behavior and maybe it is just a configuration issue but i dont know how to fix this:
Scenario:
I got a node where lots of gitlab runn…
-
**问题描述**
在AtForm或者Taro form组件里面的AtInput没有渲染出Input输入框. html里面没有Input元素
```js
import { View } from '@tarojs/components'
import { useLoad } from '@tarojs/taro'
import './index.less'
import { At…
-
### Bug summary
When packaging librosa 0.10.2.post1 (from tarball from GitHub) for openSUSE, the test suite fails in `test_beat` and `test_beat_units` tests:
```
[ 154s] [gw35] [ 98%] FAILED tes…
-
[Enter steps to reproduce:]
1. Execute the 'cargo-test-runner:run' command with no files open in Atom.
**Atom**: 1.29.0 x64
**Electron**: 2.0.5
**OS**: Mac OS X 10.13.6
**Thrown From**: [carg…
-
### Misc discussion on performance
I've been running some simple tests on multi-node parallel pipeline with NCCL. I doubled the bandwidth between the nodes but saw no increase in t/s or throughput.…
-
The Commit and Verify tests in `da_test.go` are flaky and require investigation. They are currently skipped with `t.Skip()`
-
When used with mocha the errors are displayed twice. Is there a way to have it only display once?
```javascript
const AggregateError = require('aggregate-error')
it('should fail', function() {
…