Skip to content

Commit 7bdaca8

Browse files
committed
Update org URLs in the repo
1 parent b6f928d commit 7bdaca8

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

CHANGELOG.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
## 2.0.3
22

3-
* fix: subprocess processing should not stop when unhandled rejection occurs ([#173](https://github.com/yandex/mocha-parallel-tests/issues/173))
4-
* fix: subprocess processing should not stop when uncaught exception occurs ([#172](https://github.com/yandex/mocha-parallel-tests/issues/172))
5-
* added a [list of limitations](https://github.com/yandex/mocha-parallel-tests/wiki/Limitations) that you can hit when you launch your tests with `mocha-parallel-tests`
3+
* fix: subprocess processing should not stop when unhandled rejection occurs ([#173](https://github.com/mocha-parallel/mocha-parallel-tests/issues/173))
4+
* fix: subprocess processing should not stop when uncaught exception occurs ([#172](https://github.com/mocha-parallel/mocha-parallel-tests/issues/172))
5+
* added a [list of limitations](https://github.com/mocha-parallel/mocha-parallel-tests/wiki/Limitations) that you can hit when you launch your tests with `mocha-parallel-tests`
66

77
## 2.0.2
88

9-
* fix: subprocess stderr is not shown if the subprocess crashes before sending the "start" event ([#158](https://github.com/yandex/mocha-parallel-tests/issues/158))
10-
* fix: `--retries` and `--bail` option conflict with each other causing `mohcha-parallel-tests` own assertion error ([#163](https://github.com/yandex/mocha-parallel-tests/issues/163))
9+
* fix: subprocess stderr is not shown if the subprocess crashes before sending the "start" event ([#158](https://github.com/mocha-parallel/mocha-parallel-tests/issues/158))
10+
* fix: `--retries` and `--bail` option conflict with each other causing `mohcha-parallel-tests` own assertion error ([#163](https://github.com/mocha-parallel/mocha-parallel-tests/issues/163))
1111

1212
## 2.0.1
1313

14-
* fix: reporter doesn't show anything until all tests are finished ([#145](https://github.com/yandex/mocha-parallel-tests/issues/145))
15-
* fix: wrong assertion error when subprocess crashes before sending test results ([#147](https://github.com/yandex/mocha-parallel-tests/issues/147))
16-
* fix: `--exit` option was not working as expected ([#146](https://github.com/yandex/mocha-parallel-tests/issues/146))
17-
* fix: wrong assertion error when `--retries` option is used and all retries fail ([#143](https://github.com/yandex/mocha-parallel-tests/issues/143))
18-
* fix: events order is not following `mocha` style. This fixes `mochawesome` reporter behaviour ([#113](https://github.com/yandex/mocha-parallel-tests/issues/113))
19-
* `mocha-allure-reporter` is supported ([#80](https://github.com/yandex/mocha-parallel-tests/issues/80))
14+
* fix: reporter doesn't show anything until all tests are finished ([#145](https://github.com/mocha-parallel/mocha-parallel-tests/issues/145))
15+
* fix: wrong assertion error when subprocess crashes before sending test results ([#147](https://github.com/mocha-parallel/mocha-parallel-tests/issues/147))
16+
* fix: `--exit` option was not working as expected ([#146](https://github.com/mocha-parallel/mocha-parallel-tests/issues/146))
17+
* fix: wrong assertion error when `--retries` option is used and all retries fail ([#143](https://github.com/mocha-parallel/mocha-parallel-tests/issues/143))
18+
* fix: events order is not following `mocha` style. This fixes `mochawesome` reporter behaviour ([#113](https://github.com/mocha-parallel/mocha-parallel-tests/issues/113))
19+
* `mocha-allure-reporter` is supported ([#80](https://github.com/mocha-parallel/mocha-parallel-tests/issues/80))
2020

2121
## 2.0.0
2222

@@ -37,85 +37,85 @@ Some of the main changes are:
3737
* new: `mocha-parallel-tests` install should work fine on windows
3838
* new: TypeScript definitions are now provided in package.json
3939

40-
Read more about new release here: https://github.com/yandex/mocha-parallel-tests/wiki/v2-release-notes
40+
Read more about new release here: https://github.com/mocha-parallel/mocha-parallel-tests/wiki/v2-release-notes
4141

4242
## 1.2.10
4343

44-
* fix: support `--no-timeouts` option ([#120](https://github.com/yandex/mocha-parallel-tests/issues/120))
44+
* fix: support `--no-timeouts` option ([#120](https://github.com/mocha-parallel/mocha-parallel-tests/issues/120))
4545

4646
## 1.2.9
4747

48-
* fix: support only latest (3.x) `mocha` versions ([#98](https://github.com/yandex/mocha-parallel-tests/issues/98))
49-
* fix: support `reporter.done()` callback for all external reporters (`mochawesome` for example) in both CLI and node.js API ([#113](https://github.com/yandex/mocha-parallel-tests/issues/113))
48+
* fix: support only latest (3.x) `mocha` versions ([#98](https://github.com/mocha-parallel/mocha-parallel-tests/issues/98))
49+
* fix: support `reporter.done()` callback for all external reporters (`mochawesome` for example) in both CLI and node.js API ([#113](https://github.com/mocha-parallel/mocha-parallel-tests/issues/113))
5050

5151
## 1.2.8
5252

53-
* fix: do not fail if no target is set and `--recursive` option is used ([#94](https://github.com/yandex/mocha-parallel-tests/issues/94))
53+
* fix: do not fail if no target is set and `--recursive` option is used ([#94](https://github.com/mocha-parallel/mocha-parallel-tests/issues/94))
5454

5555
## 1.2.7
5656

57-
* fix: add support for `xdescribe`, `xcontext`, `xspecify`, `xit` and `it.skip` ([#102](https://github.com/yandex/mocha-parallel-tests/issues/102))
57+
* fix: add support for `xdescribe`, `xcontext`, `xspecify`, `xit` and `it.skip` ([#102](https://github.com/mocha-parallel/mocha-parallel-tests/issues/102))
5858
* most of packages dependencies upgrade (minor changes)
5959

6060
## 1.2.6
6161

62-
* fix: tests with binary dependencies can now be used with `mocha-parallel-tests` ([#100](https://github.com/yandex/mocha-parallel-tests/issues/100))
62+
* fix: tests with binary dependencies can now be used with `mocha-parallel-tests` ([#100](https://github.com/mocha-parallel/mocha-parallel-tests/issues/100))
6363

6464
## 1.2.5
6565

66-
* fix: if file contains multiple `describe()` sections in it, one of it fails and `mocha-parallel-tests` is executed with `--retry` option, only this failed section is re-executed ([#77](https://github.com/yandex/mocha-parallel-tests/issues/77))
66+
* fix: if file contains multiple `describe()` sections in it, one of it fails and `mocha-parallel-tests` is executed with `--retry` option, only this failed section is re-executed ([#77](https://github.com/mocha-parallel/mocha-parallel-tests/issues/77))
6767

6868
## 1.2.4
6969

70-
* fix: `--no-exit` CLI option is supported ([#85](https://github.com/yandex/mocha-parallel-tests/issues/85))
70+
* fix: `--no-exit` CLI option is supported ([#85](https://github.com/mocha-parallel/mocha-parallel-tests/issues/85))
7171

7272
## 1.2.3
7373

74-
* fix: pwd-based reporters (located somewhere inside your repo) are supported ([#75](https://github.com/yandex/mocha-parallel-tests/issues/75))
75-
* fix: `tap` and other reporters which use mocha's `runner` object are supported ([#78](https://github.com/yandex/mocha-parallel-tests/issues/78))
76-
* fix: `mocha-jenkins-reporter`is supported ([#81](https://github.com/yandex/mocha-parallel-tests/issues/81))
74+
* fix: pwd-based reporters (located somewhere inside your repo) are supported ([#75](https://github.com/mocha-parallel/mocha-parallel-tests/issues/75))
75+
* fix: `tap` and other reporters which use mocha's `runner` object are supported ([#78](https://github.com/mocha-parallel/mocha-parallel-tests/issues/78))
76+
* fix: `mocha-jenkins-reporter`is supported ([#81](https://github.com/mocha-parallel/mocha-parallel-tests/issues/81))
7777

7878
## 1.2.2
7979

80-
* fix: `selenium-webdriver` issue with number of tests is fixed ([#69](https://github.com/yandex/mocha-parallel-tests/issues/69)). Currently all `selenium-webdriver` tests should work as expected.
80+
* fix: `selenium-webdriver` issue with number of tests is fixed ([#69](https://github.com/mocha-parallel/mocha-parallel-tests/issues/69)). Currently all `selenium-webdriver` tests should work as expected.
8181

8282
## 1.2.1
8383

84-
* fix: `--require`'d files are working as expected together with `--compilers` option ([#63](https://github.com/yandex/mocha-parallel-tests/issues/63))
84+
* fix: `--require`'d files are working as expected together with `--compilers` option ([#63](https://github.com/mocha-parallel/mocha-parallel-tests/issues/63))
8585

8686
## 1.2.0
8787

8888
* **new**: using mocha-parallel-tests programmatically is now supported. You can also pass own mocha-parallel-tests options by calling `setOwnOptions({maxParallel, retry})` method of mocha-parallel-tests instance. You should call it before `run()`.
8989

9090
## 1.1.x
9191

92-
* **breaking change**: `mocha` is now in peerDependencies part of `mocha-parallel-tests` which means that you need to add both `mocha` and `mocha-parallel-tests` in your project's package.json. This also means that you can run both of your tests: written for mocha@2.x and mocha@3.x ([#55](https://github.com/yandex/mocha-parallel-tests/issues/55))
93-
* fix: support for only() and skip() helpers ([#59](https://github.com/yandex/mocha-parallel-tests/issues/59))
92+
* **breaking change**: `mocha` is now in peerDependencies part of `mocha-parallel-tests` which means that you need to add both `mocha` and `mocha-parallel-tests` in your project's package.json. This also means that you can run both of your tests: written for mocha@2.x and mocha@3.x ([#55](https://github.com/mocha-parallel/mocha-parallel-tests/issues/55))
93+
* fix: support for only() and skip() helpers ([#59](https://github.com/mocha-parallel/mocha-parallel-tests/issues/59))
9494
* fix: main package file now refers to CommonJS file, not ES6 module.
9595

9696
Version number is 1.1.0 because first `mocha-parallel-tests` releases had 1.0.x versioning scheme.
9797

9898
## 0.5.x
9999

100100
* **new**: mutiple test suites (describe) inside one file run in parallel
101-
* fix: support mocha `--compilers` option ([#53](https://github.com/yandex/mocha-parallel-tests/issues/53)). `0.4.x` lacked support for JavaScript files.
101+
* fix: support mocha `--compilers` option ([#53](https://github.com/mocha-parallel/mocha-parallel-tests/issues/53)). `0.4.x` lacked support for JavaScript files.
102102
* fix: support mocha `--require` option
103-
* fix: support [mocha.opts](https://mochajs.org/#mochaopts) config file ([#44](https://github.com/yandex/mocha-parallel-tests/issues/44))
104-
* fix: global hooks stored inside separate files are now executed if target is directory ([#41](https://github.com/yandex/mocha-parallel-tests/issues/41))
105-
* fix: global hooks stored inside separate files are now executed ([#39](https://github.com/yandex/mocha-parallel-tests/issues/39))
103+
* fix: support [mocha.opts](https://mochajs.org/#mochaopts) config file ([#44](https://github.com/mocha-parallel/mocha-parallel-tests/issues/44))
104+
* fix: global hooks stored inside separate files are now executed if target is directory ([#41](https://github.com/mocha-parallel/mocha-parallel-tests/issues/41))
105+
* fix: global hooks stored inside separate files are now executed ([#39](https://github.com/mocha-parallel/mocha-parallel-tests/issues/39))
106106

107107
## 0.4.x
108108

109109
* **new**: support for mocha `--compilers` option introduced
110-
* fix: tests using `--max-parallel=1` run without errors ([#34](https://github.com/yandex/mocha-parallel-tests/issues/34))
111-
* fix: reporters with own options like `xunit` don't produce errors now ([#31](https://github.com/yandex/mocha-parallel-tests/issues/31))
110+
* fix: tests using `--max-parallel=1` run without errors ([#34](https://github.com/mocha-parallel/mocha-parallel-tests/issues/34))
111+
* fix: reporters with own options like `xunit` don't produce errors now ([#31](https://github.com/mocha-parallel/mocha-parallel-tests/issues/31))
112112
* fix: `--retry` option is now working for mocha test hooks (before/after/etc)
113113
* `mocha-parallel-tests` code is now ES2015-compatible
114114

115115
## 0.3.x
116116

117-
* fix: runner displays right tests execution time now ([#24](https://github.com/yandex/mocha-parallel-tests/issues/24))
118-
* fix: exit codes are now the same as in original mocha runner ([#27](https://github.com/yandex/mocha-parallel-tests/issues/27))
117+
* fix: runner displays right tests execution time now ([#24](https://github.com/mocha-parallel/mocha-parallel-tests/issues/24))
118+
* fix: exit codes are now the same as in original mocha runner ([#27](https://github.com/mocha-parallel/mocha-parallel-tests/issues/27))
119119
* bump `mocha` version to 2.4.5. Check its [changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) for more info. Previous version was 2.3.4.
120120

121121
## 0.2.x

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mocha-parallel-tests
22

3-
[![Build Status](https://img.shields.io/travis/yandex/mocha-parallel-tests/master.svg?style=flat)](https://travis-ci.org/yandex/mocha-parallel-tests)
3+
[![Build Status](https://img.shields.io/travis/mocha-parallel/mocha-parallel-tests/master.svg?style=flat)](https://travis-ci.org/mocha-parallel/mocha-parallel-tests)
44

55
`mocha-parallel-tests` is a test runner for tests written with `mocha` testing framework which allows you to run them in parallel. `mocha-parallel-tests` executes **each of your test files in a separate process** while maintaining the output structure of `mocha`. Compared to the other tools which try to parallelize `mocha` tests execution, `mocha-parallel-tests` doesn't require you to write the code in a different way or use some specific APIs - just run your tests with `mocha-parallel-tests` instead of `mocha` and you will see the difference. Or if you prefer to use `mocha` programmatic API replace it with `mocha-parallel-tests` default export and you're done!
66

@@ -48,9 +48,9 @@ mocha.run();
4848

4949
## Differences with mocha
5050

51-
Main difference with `mocha` comes from the fact that all files are executed in separate processes and don't share the scope. This means that even global variables values that you could've used to share the data between test suites will not be reliable. There's also some specific behaviour for some of the `mocha` CLI options like `--bail`: it's just applied to each test in its process. You can see the full list of differences [here](https://github.com/yandex/mocha-parallel-tests/wiki/Differences-with-mocha).
51+
Main difference with `mocha` comes from the fact that all files are executed in separate processes and don't share the scope. This means that even global variables values that you could've used to share the data between test suites will not be reliable. There's also some specific behaviour for some of the `mocha` CLI options like `--bail`: it's just applied to each test in its process. You can see the full list of differences [here](https://github.com/mocha-parallel/mocha-parallel-tests/wiki/Differences-with-mocha).
5252

53-
There's also a [list of limitations](https://github.com/yandex/mocha-parallel-tests/wiki/Limitations) that you can hit when you launch your tests with `mocha-parallel-tests`.
53+
There's also a [list of limitations](https://github.com/mocha-parallel/mocha-parallel-tests/wiki/Limitations) that you can hit when you launch your tests with `mocha-parallel-tests`.
5454

5555
From the reporter perspective the main difference between tests executed with `mocha` and `mocha-parallel-tests` is another level of nesting which again comes from the fact that main process adds one more "suite" level and all tests results are merged into that:
5656

@@ -68,4 +68,4 @@ From the reporter perspective the main difference between tests executed with `m
6868

6969
## Comparison with `mocha.parallel`
7070

71-
[mocha.parallel](https://github.com/danielstjules/mocha.parallel) is a tool which allows you to run mocha tests in parallel. While it seems pretty similar to `mocha-parallel-tests` there's a massive difference between them. Check [this page](https://github.com/yandex/mocha-parallel-tests/wiki/Comparison-with-mocha.parallel) for a full comparison.
71+
[mocha.parallel](https://github.com/danielstjules/mocha.parallel) is a tool which allows you to run mocha tests in parallel. While it seems pretty similar to `mocha-parallel-tests` there's a massive difference between them. Check [this page](https://github.com/mocha-parallel/mocha-parallel-tests/wiki/Comparison-with-mocha.parallel) for a full comparison.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mocha-parallel-tests",
33
"version": "2.0.3",
4-
"homepage": "https://github.com/yandex/mocha-parallel-tests",
4+
"homepage": "https://github.com/mocha-parallel/mocha-parallel-tests",
55
"description": "Run mocha tests in parallel",
66
"main": "./dist/main/mocha.js",
77
"module": "./dist/main/mocha.js",
@@ -23,10 +23,10 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git://github.com/yandex/mocha-parallel-tests.git"
26+
"url": "git://github.com/mocha-parallel/mocha-parallel-tests.git"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/yandex/mocha-parallel-tests/issues"
29+
"url": "https://github.com/mocha-parallel/mocha-parallel-tests/issues"
3030
},
3131
"files": [
3232
"bin",

0 commit comments

Comments
 (0)