Commit Graph

8 Commits

Author SHA1 Message Date
Alexander Makarov
7a8d32e176 Add colors to CI (#18316) 2020-10-05 17:03:07 +03:00
Evgeniy Moiseenko
8ac45fa962 Upgrade version Mocha (#16842) 2018-10-29 14:27:53 +03:00
Alexander Makarov
dad0938918 Fixed JS tests (#16695) 2018-09-09 00:16:39 +03:00
Alexander Makarov
8b7802a981 Fixed nodejs test dependencies (#16412) 2018-06-17 00:22:20 +03:00
Alexey Rogachev
7cceacc0ed Disable timeout completely for JS tests (#13557) 2017-02-11 20:10:42 +01:00
Carsten Brandt
6589181a69 increase timeout for JS tests
this should fix #13305
2017-01-02 02:53:29 +01:00
Carsten Brandt
02af14e62f move JS tests into a separate branch in travis matrix
this avoids running JS tests for each PHP version.
2016-12-01 14:51:03 +01:00
Alexey Rogachev
8ea1f510af Implemented Javascript test suite
fixes #12840

Used @nkovacs draft as starting
point(https://github.com/yiisoft/yii2/issues/11037#issuecomment-193356450).
I also fixed some bugs in `yii.validation.js` and did some refactoring.

Implemented tests:

- yii.validation.js

Running tests:

- Install Node.js. I used the latest version available at the moment -
  `v7.1.0`. Note that used `jsdom` dependent library version requires
`Node.js >= 4`.
- Run `npm install` to install dependencies.
- Execute `npm test` for running tests.
2016-12-01 11:25:18 +01:00