The Wayback Machine - http://web.archive.org/web/20220419145858/https://github.com/topics/testing-tools
Skip to content
#

testing-tools

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 2,478 public repositories matching this topic...

hoppscotch
Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue
cypress
aalexgabi
aalexgabi commented Mar 2, 2022

Clear and concise description of the problem

Error enumerable properties are not shown for test case:

import { test } from 'vitest';

test('throw error with context', () => {
  const err = new Error('This is an error with context');
  err.userId = 32;
  err.companyId = 64;
  throw err;
})

![image](https://user-images.githubusercontent.com/600821/156337522-c37b328b-6b28-

enhancement good first issue
lepinkainen
lepinkainen commented Jun 21, 2020

I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).

Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.

LeoColman
LeoColman commented Apr 18, 2022

We have Arbitraries for LocalDate, LocalDateTime, LocalTime and more of these cute java.time guys.

I propose we also add a YearMonth generator, which would behave similarly (and can even be derived from the others if they contain a date localDateTime.yearMonth)

YearMonthArb

I propose this function:

fun Arb.Companion.yearMonth(
minimumYearMonth: YearMonth = YearMonth.of(19
enhancement Good First Issue property-testing
kenden
kenden commented Jun 14, 2018

As the moment it's only possible to install bats from bats-core from source on linux.

We should create packages to install easily on Linux.
It could be:

Flathub is probably the easiest to support most d

Type: Enhancement good first issue Priority: Medium Component: Packaging
etagwerker
etagwerker commented Mar 11, 2020

Hi there,

I think this can be a good issue for a first-time contributor. It would be great if we can increase documentation for the DatabaseCleaner::Configuration API: https://github.com/DatabaseCleaner/database_cleaner/blob/master/lib/database_cleaner/configuration.rb#L56-L72

Even though methods are pretty self-explanatory, I think it is a good idea to maintain a complete documentation for

garden
Venryx
Venryx commented Dec 23, 2021

Bug

Current Behavior

Following instructions for trying the vote example causes an error -- specifically, when I try garden dev --hot=vote, I get: The following requested services are not configured for hot reloading: vote

Expected behavior

I expect the example to start, with hot-reloading working.

Reproducible example

good first issue stale docs chore
Wikipedia
Wikipedia