Testing
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
Here are 570 public repositories matching this topic...
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
It has been deprecated for 3 years - let's remove it for Jest 27.
Should essentially just be deleting these lines - possibly deleting some tests as well?
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Sep 1, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
Feature Request
Background / Motivation
Me and @eysi09 were discussing it would be cool to have a way for specifying in the module garden.yml a path pointing to the documentation for that module and make it accessible in the dashboard or in the cli.
This could make your life easier when, for example, you are breakin
Configurable Timeout
Can we have configurable timeout to fail request fast?
Support BDD test
-
Updated
Aug 15, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
💡 Idea
Today, we do not have a type for WebUrlContraints. Intead of hardcoding the typings in the function webUrl itself:
{ authoritySettings?: WebAuthorityConstraints; validSchemes?: string[]; withFragments?: undefined | false | true; withQueryParameters?: undefined | false | true }We should extract it into a clear type called WebUrlContraints (see `WebAuthorityConstr
I would welcome a feature when, at the same url which is set to respond with OK status, I could have an error response generated with a random seed.
I am developing an Observable pattern to perform a series of retries to call an endpoint, with increasing delay. The problem is that during testing, I cannot really mock up the condition by randomly switching between two mocky.io urls (error and ok
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Sep 3, 2020 - TypeScript
The following code:
focusMonitorMock = jasmine.createSpyObj('FocusMonitorMock', ['monitor', 'stopMonitoring']);
focusMonitorMock.monitor.and.returnValue(of());
is transformed to:
focusMonitorMock = {
'monitor': jest.fn(), // <-- No return value
'stopMonitoring': jest.fn()
};
focusMonitorMock.monitor.and.returnValue(of()); // <-- This
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Aug 11, 2020 - TypeScript
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Aug 29, 2020 - TypeScript
-
Updated
Jul 31, 2020 - TypeScript
- Wikipedia
- Wikipedia
Testing apps
TestQuality
The #1 Test Case Creation and Management for GitHub Workflows
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite