Skip to content
#

test

Here are 4,858 public repositories matching this topic...

cypress
tzolnai
tzolnai commented Mar 31, 2020

Current behavior:

We use --env variable 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

boneskull
boneskull commented Apr 14, 2020

I'm getting bit with failing documentation builds because I'm writing docstrings that JSDoc doesn't like (specifically, TS-style). But there's no linting happening before getting to Netlify.

We may be able to make JSDoc just check the syntax and exit (and make it part of the lint scripts).

This is moot if we want to move forward with maintaining our own TS types (for which there is an op

ajitsinghkaler
ajitsinghkaler commented Apr 19, 2020

Hi there!

Thanks for submitting an issue to Protractor.

To help us help you better, please do the following before submitting an issue:

  1. Review the questions section of CONTRIBUTING.md.
  2. Make sure you are not asking a usage or debugging question. If you are, use [StackOverflow](http://stackoverflow.com/
szegel
szegel commented Mar 26, 2020

According to your documentation (https://docs.pytest.org/en/latest/xunit_setup.html), I can name a method teardown() in a test class, and it should not get run by pytest. I am using version pytest-3.8.2.

Pytest calls a method called teardown on class destruction even though it is specified as teardown_class in your documentation. I am guessing this accidentally did not get removed, when the na

GwilymTurner
GwilymTurner commented Feb 12, 2020

I was trying to use REST Assured for the first and was going through the documentation to help me but was getting nowhere. I had put in the correct Maven repository and have copied the relevant classes to be imported but was getting nowhere.
After fiddling around for ages, I had discovered that the classes had to be statically imported but since I had directly copied the classes from the wiki, I

crispinheneise
crispinheneise commented Mar 26, 2020

I understand the reasoning behind the documentation for i_suck_and_my_tests_are_order_dependent. However I feel that this method name and its comment are glib and do not provide adequate rationale for why tests should be order independent. Nor does it allow for the possibility that there are a very limited number of legitimate reasons to want tests to be run sequentially, particularly when deali

JeffreyDing11223
JeffreyDing11223 commented Nov 11, 2018

unit test coverage is always 0% , even the log shows that "Linter:UnitTest over".

command:
goreporter -p ./ -r /Users/jeffrey -f html
log:

2018/11/11 19:33:45 The template path is not specified,and will use the default template
2018/11/11 19:33:45 There are no packages that are excepted, review all items of the package
2018/11/11 19:33:45 Linter:CountCode over,time consumi

phauer
phauer commented Apr 13, 2020

Hi,

first of all, I really like Kotest's matchers and consider to move from AssertJ to them.

But I noticed that AssertJ adds useful line breaks after each element in the failure message of the collection matches. Here is an example:

AssertJ:

assertThat(actualDesigns).containsExactly(
    Design(id = 1, userId = 9, name = "Cat", dateCreated = Instant.ofEpochSecond(151827819
zylbj
zylbj commented Mar 21, 2019

注,代码或者日志请使用Markdown语法,看完删掉

for i in d(className="android.support.v7.widget.RecyclerView").child_by_text("集***纳",
    allow_scroll_search=True,resourceId="com.****_project_name"):
发生异常: uiautomator2.exceptions.JsonRpcError
-32001 Jsonrpc error: <com.fasterxml.jackson.databind.JsonMappingException> data: com.fasterxml.jackson.databind.JsonMappingException
Frankeo
Frankeo commented Feb 29, 2020

Hi,
For CommonJS version you need to put:

const configureStore = require('redux-mock-store').default;

instead of
const { configureStore } = require('redux-mock-store'), also this:
const configureStore = require('redux-mock-store') doesn't work.
the problem is related with the double export statement that you make:
export function configureStore ...
_`export default conf

jyl4944204
jyl4944204 commented May 6, 2019

1. Is your feature request related to a problem? Please describe. (这个功能是为解决什么问题)
A clear and concise description of what the problem is. Explain your use case, context, and rationale behind this feature request (请尽可能详尽地说明这个需求的用例和场景)

2. Describe the solution you'd like(请描述你期望的结果)
A clear and concise description of what you want to happen (简单清楚的描述你期望的结果)

**3. Additional context `

GaetanBt
GaetanBt commented Jan 21, 2020

This is nothing more than a listing of all the things that would come to our minds and that need to be taking care of before merging #376 :

@ffoodd feel free to add items 😄

  • Clean input CSS (some prefixes or IE fixes may not be still useful)
  • Update Node version to at least v12.10.0 in the Travis configuration
  • Create a custom code demonstration block
  • Revise t
cefn
cefn commented Apr 22, 2020

In dareid/chakram#6 (comment) I note the inclusion of the extra word 'comprise' for request assertion chains.

I can't find documentation for this keyword through an API search or elsewhere on the web.

It may be because one of the unfortunate costs of building sentence-like build chains - is that each function is a dictionary word not a distinctive comp

Improve this page

Add a description, image, and links to the test topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.