Skip to content
#

test-runner

Here are 257 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

ava
kylef
kylef commented Dec 11, 2019

This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer dependencies:

$ git clone https://github.com/apiaryio/dredd.git dredd-clean
Cloning into 'dredd-clean'...
remote: Enumerating objects: 54, done.
remote: Counting objects: 100% (54/54), done.
remote: Compressin
chinleung
chinleung commented Mar 9, 2020

Hi,

When I run my tests using the neovim strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o> to not close the buffer and go back to my split pane.

Is there a way to have it open but not switch my focus to the newly opened pane automatically?

public
foxbunny
foxbunny commented Mar 11, 2019

Issue description or question

The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.

For example:

![image](https://user-images.githubuserc

pavelloz
pavelloz commented Feb 8, 2020

Hey,

Im going through examples in readme and in https://volument.com/baretest but as far as i can tell, just copy pasting them throws errors.

It would be nice to have a repo to clone to:

  1. see how to set it up. currently i dont understand what this supposed to be const test = require('.')('sum'), in docs. And its not lack of my js knowledge that bothers me.
  2. verify the performance cl
jorgebucaran
jorgebucaran commented Feb 7, 2019

If you upgraded to the latest version, you'll need to make some adjustments. Sorry! 🙇

In this issue, I'll explain what these changes are and how to rewrite your tests.

History

Let's make sure we are on the same page. The previous test syntax wasn't valid fish syntax. Running fishtape test.fish transformed test blocks to valid to [test](https://fishshell.com/docs/current/commands.

folkyatina
folkyatina commented Mar 5, 2020

Downloading section says that all you should do is to add

id 'marathon' version 'X.X.X'

to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:

pluginManagement {
    resolutionStrategy {
        eachPlugin {
            if (requested.id.id == "marathon") {
        
lilikppratama
lilikppratama commented Apr 20, 2020
  • HtmlTestRunner version: 1.2.1
  • Python version: 3.7.7
  • Operating System: Windows 10

I tried to reproduce the usage code from the documentation and here's the following result.

From what I've seen from the test results in the documentation and comparing my result

  • Test class name in my result contain main
  • Test class name in the documentation included in
greghaskins
greghaskins commented Feb 1, 2016

Let's standardize on what Jasmine does: describe declares a "suite" and it declares a "spec".

This will make it less confusing for future users and contributors, and is especially important for ExampleSpec since that is what people see first when they find Spectrum on GitHub.

To do:

  • Read/seach through Spectrum's tests to find usages and mis-usages of "suite", "spec", and "test"
  • [

Improve this page

Add a description, image, and links to the test-runner 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-runner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.