Be able to run a single test by interacting with it in the Browser
See original GitHub issueCurrent behavior:
When you want to run only one spec/context, you must supply .only
in code
Desired behavior:
Each test and context should have a deep link which would be interpreted by cypress as the “only”. This way, code changes do not need to be made to demonstrate the running of many tests (as currently all tests cannot be run at once). This is how we have used similar test suites, like jasmine, to run a specific suite/spec in the browser without code modifications.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:26
- Comments:24 (10 by maintainers)
Top Results From Across the Web
Playwright Runner: Limit Test to only One Browser - YouTube
Once you install Playwright and execute your test, you will find your single test will run on three browsers with two workers running...
Read more >How to run unit-tests in all browsers? - Stack Overflow
For unit-testing you can try http://code.google.com/p/js-test-driver/. JsTestDriver consist of a single JAR file which contains everything you need to get ...
Read more >How To Get Started With Automated Browser Testing?
This blog will help you get started with automated browser testing guiding you through a range of languages and frameworks.
Read more >What is Cross Browser Testing and How to Perform It
Users can run Selenium automation tests on a scalable, secure, and reliable cloud-based Selenium grid and perform live interactive cross-browser ...
Read more >Creating and Running Web Tests in Headless Web Browsers ...
It does not matter which browser you choose. You will be able to run your test in a headless browser either way. However,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
100% putting my vote behind being able to run a single test. If I’m trying to edit a single test, it doesn’t make sense to run all of the tests in that spec
It would simply be faster and more convenient to be able to click on a single test and have it run. That’s what one expects to happen intuitively.