✨
Public Notes
  • Personal running notes using Forem
  • Setting up a local test env without docker
  • Setting gitbook to use "main" branch by default
  • User Moderation
    • User Moderation is really just scoring
  • Flaky Specs
    • GithubReadmeTag
    • JS Testing
    • Setup not completed
    • userData is sometimes not loaded
    • Tracking down spec failures
    • Flaky Specs #1
  • Travis CI Segfaults
  • Bookmarks
  • User Setup in development
  • Testing in Docker locally
    • Reapproach quay containers
    • Webdriver and chrome headless
      • Using Selenium standalone
      • Chrome in docker
    • Setting up a local test env with docker
    • Traditional CI container setup
  • Peer Review
  • Rails runaway process in initialize!
    • Don't fix it
    • fix it?
  • Zeitwerk
  • Parallelize Cypress
  • Reading List
  • Sidekiq Memory Use
  • Buildkite configuration
  • Dumping heap
  • Tricking KnapsackPro
  • Debugging Ruby
  • Docker development revisited
  • gitpod development test
  • Embedding HTML in Markdown
Powered by GitBook
On this page

Was this helpful?

Parallelize Cypress

PreviousZeitwerkNextReading List

Last updated 4 years ago

Was this helpful?

Currently we are hitting up close to 20m build times for e2e tests in travis.

We want to use knapsack pro to split this up - but the main problem is the support for this uses a direct call to the npm module cypress - while the rake task is needed to setup the db / server (and not automatically called by the knapsack integration).

It would be nice to solve this problem.

Question: Can this Integrate with a package like knapsack-pro-cypress? · Issue #55 · testdouble/cypress-railsGitHub
Logo