cypress-example-docker-circle
cypress-example-docker-circle copied to clipboard
Cypress + Docker + CircleCI = ❤️
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
https://docs.cypress.io/guides/references/error-messages.html#The-Chromium-Renderer-process-just-crashed I can't figure out a way to add the `--ipc=host` option to docker in CircleCI.
Hi, I am trying to generate mocha-allure-reporter with cypress. The report is generating but 1. allure global variable is not accessible across the repo(which is helpful to pass step description...
committed automatically generated package-lock.json from npm install command. Will fix circleci build issue. See fork - https://github.com/chrisjagoda/cypress-example-docker-circle
Hi, I'm trying to have spec output and JUnit report while running Cypress from command line. But having some issues. First, it seems that Cypress cannot load mocha-multi-reporters if it...
I try to run Cypress tests on CircleCI. Tests are super simple and run fine on local. My `.circle/config.yml` file ``` version: 2.0 jobs: build: docker: - image: circleci/php:7.2.9-apache-node-browsers environment:...
I ran both the `test-junit` and `test-multiple` commands. JUnit output: ``` ``` Multiple output: ``` ``` In both cases, only the results for spec b are reported. @valscion reported this...
## Changes - Creates a `.circleci` directory - Moves `circleci.yml` to `.circleci/config.yml` ### References [Circle CI 2.0 Docs - Adding a YML File](https://circleci.com/docs/2.0/#adding-a-yml-file)
## Version **5.0.0** of [mocha](https://github.com/mochajs/mocha) was just published. Dependency mocha Current Version 4.1.0 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...