cypress
Here are 839 public repositories matching this topic...
- Please create a linkage between tab_handling_anchor_links_spec.js and stubbing-spying__window.
Both ar
-
Updated
Jul 9, 2020 - JavaScript
Now after improving the Algolia search for main documentation site cypress-io/cypress-documentation#2668 (which includes scrubbing these examples too, but with lower rank), it would be trivial to set up separate Algolia app and index to scrape the https://example.cypress.io/ site
How to set up scraping: https://glebbahmutov.com/blog/scrape-static-site-with-algolia/
Th
-
Updated
Jul 11, 2020 - TypeScript
-
Updated
Jul 7, 2020
There have been a few issues related to TypeScript types (#13, #72), updating the source code to TypeScript would make future changes easier and give consumers better type support.
-
Updated
Jul 11, 2020 - JavaScript
It is:
- provide a small offset like
800 - nothing changes
- provide a larger offset like
900 - the image is slightly moved
It should be:
2) the image should be m
-
Updated
Jul 7, 2020 - Dockerfile
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Jun 21, 2020 - Vue
-
Updated
Jul 6, 2020 - Ruby
Feature request
We need a page in /pages/blog/index.js that acts as a system of listing the available blogs and rendering that list as pretty links that display meta data.
Proposed solution
The page should use SSG like the dynamic blog routes file to get a list of the articles and pass the array as a pr
Success Stories
Summary
Documentation for handling nested projects is out of date/incorrect.
The README example for the working-directory option shows that the folder structure below should work with a configuration that sets working-directory: e2e. This is not the case.
File structure:
repo/
app/
e2e/
cypress
Can you please clarify what should be the naming convention for classes, service, interfaces in each lib? Shall they use "ScopeType..." prefix or not? I am seeing different variants being used, even in this example repo and can't produce a clear guideline for the team. For example, I'd expect the interface in https://github.com/nrwl/nx-examples/blob/master/libs/shared/product/types/src/lib/shared-
I'm submitting a...
[ ] Bug report
[x] Content update
[x] Process update (build, deployment, ... )
Type of bug / changes
In order to clean up the process of writing docs / not having to maintain changes to translated docs unless actually translating - we'd like to show a notice at the top of translated docs mentioning that the translated docs may have fallen out of sync
Current behavior:
There is no documentation on how to deal with the upload completion. You mentionned to use https://docs.cypress.io/api/commands/wait.html#Wait-for-a-specific-XHR-to-respond in a couple of issues (like abramenal/cypress-file-upload#97 and abramenal/cypress-file-upload#91), but I still don't get it…
Desired behavior:
We have 3 TodoMVC applications
- Vue + Vuex + REST api without bundling used for most of the workshop
- TodoMVC React with bundling for showing testing components
- TodoMVC Redux for showing code coverage
We could just update the main Vue application and use it for everything
- split into components, bundle using parcel-json-server to serve the app and have the REST api (@amirrustam )
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the issue.
Is this a bug report or a feature request? Feature Request
Reading through the documentation I found no info on how to include component's CSS in the unit test so as to test various states of the component (clicking done crosses out
-
Updated
Apr 20, 2019 - JavaScript
As a new user I feel the docs are lacking like a good 'tutorial' article to spread it's usage. I'm trying to learn and be able to write that but one of things I didn't understand was my title:
If I'm running this via command line, what's the right npx run command to update the baseline?
nuxt cannot run dev
I follow the installation, https://boilerplates.js.org/docs/nuxt-installation
npm run devbut, I got
× Client
Compiled with some errors in 34.46s
× Server
Compiled with some errors in 32.42s
ERROR Failed to compile with 18 errors friendly-errors 10:15:58
ERROR in C:\demos\Frontend-Boilerplates-nuxt\client\middleware\config.ts
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jun 28, 2020 - JavaScript
-
Updated
Jul 9, 2020 - TypeScript
Improve this page
Add a description, image, and links to the cypress topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cypress topic, visit your repo's landing page and select "manage topics."
Current behavior:
We use
--envvariable to pass some environment variables to cypress, when it's running both in headless and headed mode.One of the parameters is a hash (mix of numbers and characters). Surprisingly some specific hash values make cypress to fail reading this value from the command line (e.g.
769e98018). The corresponding environment variable is not set and the `Cyp