e2e-tests
Here are 345 public repositories matching this topic...
The second example in section 1.1 says:
expect(result.approved).to.be.false;
It should be:
expect(result.approved).to.be.true;
(I'm guessing you made it false so you could simulate the error output in the next picture.)
Update Mocking Guide
Is your feature request related to a problem? Please describe.
This is releated to this.
I believe documentation on the topic of mocking is outdated. I'm quite new to React Native and it took me a while until I figured that current version of metro does not support `r
After the introduction of Public workers API, run-workers can be refracted with the help of this API. This will help us to make enhancements and fixes on workers seamlessly.
-
Updated
Jul 9, 2020 - Python
Points to cover:
- playbook for how to get started with testing
- differences between testing locally vs staging vs production
- how to configure tests for different environments
@johngrimsey thank you for the idea! Please feel free to comment if I missed something.
-
Updated
Jun 13, 2020 - JavaScript
- Please create a linkage between tab_handling_anchor_links_spec.js and stubbing-spying__window.
Both ar
-
Updated
May 17, 2020 - JavaScript
Our app is using wix/react-native-navigation which as per the diagram below changes the implementation of the app. Which means, wrapping the app under a single shared Tester component doesn't work in the same way.
, 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
The purpose of this issue is a sticky thread general for help with testing Ionic 2 projects.
E.g. you have our testing framework set up fine but you don't know how to test a particular scenario / component / feature, or you're getting unexpected results from some of your tests.
The correct place for posting such questions is stack overflow. Asking y
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Jun 10, 2018 - JavaScript
Currently, selector playground does not give a good selector for elements in the list or checkboxes. We can adjust the returned selector using https://docs.cypress.io/api/cypress-api/selector-playground-api.html
See if we can figure out code to select every element in the current tests using the playground.
-
Updated
Apr 19, 2020 - C#
API calls should be sorted alphabetically for easier searches.
See example:
- Application.setSleepTime(seconds)
- Application.getRegion()
- Application.getRegionForWindow(windowNumber)
- Application.getName()
-
Updated
Jan 23, 2020 - JavaScript
-
Updated
Jul 8, 2020 - TypeScript
ansible step
there should be a step to run an ansible playbook.
Probably with cloning it from git before (or use git, as another step)
-
Updated
May 1, 2020 - JavaScript
-
Updated
Mar 6, 2018 - Objective-C
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Aug 23, 2019 - TypeScript
Improve this page
Add a description, image, and links to the e2e-tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the e2e-tests 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