GithubHelp home page GithubHelp logo

aqa's People

Contributors

jj avatar wiiseguy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jj

aqa's Issues

Problem with globs

In this repo, I'm running this command line aqa tests/test-*.js. However, it's running a single test:

> aqa tests/test-*.js

[tests/test-agent.js]
TAP version 13
# setup
# options.agent
ok 1 is http.Agent
ok 2 is keepAlive
ok 3 1 socket name
ok 4 1 open socket
ok 5 0 open sockets
# options.agentClass + options.agentOptions
ok 6 is http.Agent
ok 7 is keepAlive
ok 8 1 socket name
ok 9 1 open socket
ok 10 0 open sockets
# options.forever = true
ok 11 is http.Agent
ok 12 is keepAlive
ok 13 1 socket name
ok 14 1 open socket
ok 15 0 open sockets
# forever() method
ok 16 is http.Agent
ok 17 is keepAlive
ok 18 1 socket name
ok 19 1 open socket
ok 20 0 open sockets
# cleanup

1..20
# tests 20
# pass  20

 Ran -1 tests succesfully! (108ms)

> @cypress/[email protected] test-browser
> echo 'Skipping browser tests.' || node tests/browser/start.js

Skipping browser tests.
Done in 1.07s.

In general, globs will be expanded by the shell. Also, using aqa \"tests/test-*.js\" does not work, it simply does not run anything at all.

Problem with identyfing the number of tests run

As you can see in #3 , the "pass 20" line is not recognized by aqa, which says Ran -1 tests succesfully! (108ms). It's possible that the regex used to recognize that line will have to be expanded somehow. Anyway, these are ancient tests, so you might want to simply skip them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.