I was looking at ci logs and realize that none of the flags are passed to cypress. The `--record` `--parallel` and `--key` flags were/are passed to npm. To pass them to cypress, have to add `--` first.
``` npm run cypress run -- --record ``` [ Full content available at: https://github.com/apache/incubator-superset/pull/6005 ] This message was relayed via gitbox.apache.org for [email protected]
