Closed michaeljacobdavis closed 4 years ago
Merging #278 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #278 +/- ##
=======================================
Coverage 97.22% 97.22%
=======================================
Files 31 31
Lines 972 972
=======================================
Hits 945 945
Misses 27 27
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 189dd60...7626398. Read the comment docs.
There were a few things in the plugin doc that don't seem current.
iterator
requires tests to also implement afilename
property thatmagellan
uses to print found tests. This could also be moved to usetoString
but I figured a doc update was simpler for now. https://github.com/TestArmada/magellan/blob/189dd6001e8eb2696caf69e6d987b3104cbd8d33/src/cli.js#L335filters
receive an array of tests (fromiterator
) as the first parameter and the filter as the second parameter (see magellan-nightwatch-plugin) and must return a list of tests to run.