Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [web] Fixes #3228:API endpoint error | Matthew Shao | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | [web] adjust tests | Maximilian Hils | 2017-10-26 | 1 | -1/+3 |
| | |||||
* | [web] make it possible to run static viewer in subdirectories | Maximilian Hils | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2471 from ujjwal96/traceback-fix | Maximilian Hils | 2017-07-29 | 1 | -1/+1 |
|\ | | | | | Fixed addon error in test suite | ||||
| * | fixed addon error | Ujjwal Verma | 2017-07-26 | 1 | -1/+1 |
| | | |||||
* | | [web] Minor fix for frontend and tests. | Matthew Shao | 2017-07-27 | 1 | -3/+3 |
| | | |||||
* | | [web] Update tests. | Matthew Shao | 2017-07-26 | 1 | -0/+15 |
|/ | |||||
* | [web] Remove js/ducks/ui/option.js | Matthew Shao | 2017-07-20 | 1 | -39/+0 |
| | |||||
* | [web] Minor fix and update tests. | Matthew Shao | 2017-07-20 | 5 | -3/+113 |
| | |||||
* | [web] Update Option Modal UI and its tests. | Matthew Shao | 2017-07-05 | 1 | -0/+30 |
| | |||||
* | [web] Update __tests__/ducks/tutils.js | Matthew Shao | 2017-06-29 | 1 | -1/+5 |
| | |||||
* | [web] Add tests for reducors of options and modal. | Matthew Shao | 2017-06-28 | 2 | -0/+50 |
| | |||||
* | [web] fix stopEdit | Maximilian Hils | 2017-06-12 | 1 | -4/+8 |
| | |||||
* | [web] Add TStore in js/__tests__/ducks/tutils.js | Matthew Shao | 2017-05-27 | 1 | -1/+61 |
| | |||||
* | [web] TFlow minor improved. | Matthew Shao | 2017-05-21 | 2 | -6/+8 |
| | |||||
* | [web] Add js/__tests__/ducks/_tflow.js | Matthew Shao | 2017-05-19 | 1 | -0/+97 |
| | |||||
* | [web] Updates test to use the new _tflow.js. | Matthew Shao | 2017-05-19 | 1 | -27/+0 |
| | |||||
* | [web] Minor fixes for component tests. | Matthew Shao | 2017-05-18 | 1 | -3/+3 |
| | |||||
* | [web] Add a TFlow class to js/ducks/tutils.js | Matthew Shao | 2017-05-17 | 1 | -0/+27 |
| | | | | | | Many Components requires a flow object when being rendered, so we put a TFlow class here, currently has the minimize structure, only contains the attributes we needed in the components to be tested. | ||||
* | web: clear mock store actions after each test | Maximilian Hils | 2017-05-09 | 1 | -13/+21 |
| | |||||
* | [web] Update tests for js/ducks/ui/keyboard.js | Matthew Shao | 2017-05-09 | 1 | -45/+36 |
| | |||||
* | [web] Add tests for js/ducks/ui/keyboard.js | Matthew Shao | 2017-05-09 | 1 | -0/+158 |
| | |||||
* | [web] Add tests for js/__tests__/ducks/ui/indexSpec.js | Matthew Shao | 2017-05-08 | 1 | -0/+9 |
| | |||||
* | [web] Add tests for js/ducks/index.js & js/ducks/ui/index.js | Matthew Shao | 2017-05-08 | 1 | -0/+12 |
| | |||||
* | [web] Clear up jest.unmock() | Matthew Shao | 2017-05-07 | 7 | -19/+3 |
| | | | | | Automocking is no longer enable by default, so we don't need to unmock modules manually. | ||||
* | [web] add connection tests | Maximilian Hils | 2017-04-29 | 1 | -0/+41 |
| | |||||
* | Fix the tests for flows actions. | Matthew Shao | 2017-04-25 | 1 | -167/+29 |
| | |||||
* | Merge branch 'jest-dev' of https://github.com/MatthewShao/mitmproxy into ↵ | Matthew Shao | 2017-04-25 | 1 | -23/+200 |
|\ | | | | | | | jest-dev | ||||
| * | simplify selectRelative, add example for action testing | Maximilian Hils | 2017-04-24 | 1 | -71/+94 |
| | | |||||
| * | [web] Coverage++ for ducks/flows.js | Matthew Shao | 2017-04-24 | 1 | -3/+158 |
| | | |||||
* | | [web] Coverage++ for ducks/flows.js | Matthew Shao | 2017-03-28 | 1 | -3/+158 |
|/ | |||||
* | [web] Minor fixes for the test. | Matthew Shao | 2017-03-26 | 1 | -2/+5 |
| | |||||
* | [web] Reach 100% coverage for ducks/settings.js | Matthew Shao | 2017-03-26 | 1 | -0/+23 |
| | |||||
* | [web] Reach 100% coverage for ducks/eventLog.js | Matthew Shao | 2017-03-22 | 1 | -0/+40 |
| | |||||
* | [web] Reach 100% coverage for ducks/utils/store.js | Matthew Shao | 2017-03-17 | 1 | -10/+95 |
| | |||||
* | [web] Reach 100% coverage for ducks/ui/flow.js | Matthew Shao | 2017-03-15 | 1 | -1/+34 |
| | |||||
* | [web] Improve the code style on tests | Matthew Shao | 2017-03-13 | 1 | -36/+45 |
| | |||||
* | [web] Add tests for ducks/utils/store.js | Matthew Shao | 2017-03-13 | 1 | -0/+77 |
| | |||||
* | [web] Fixes all existed tests | Matthew Shao | 2017-03-11 | 2 | -5/+7 |
| | |||||
* | [web] remove the tests for abandoned files. | Matthew Shao | 2017-03-10 | 3 | -287/+0 |
| | |||||
* | added tests | Clemens | 2016-08-19 | 2 | -0/+77 |
| | |||||
* | [web] change test files | Jason | 2016-07-27 | 6 | -6/+0 |
| | |||||
* | [web] bug fix and add test | Jason | 2016-07-26 | 3 | -7/+15 |
| | |||||
* | simplify web ui ducks | Maximilian Hils | 2016-07-19 | 7 | -158/+132 |
| | |||||
* | web: remove SELECT_RELATIVE | Maximilian Hils | 2016-07-18 | 2 | -0/+3 |
| | |||||
* | [web] add tests for main view and ui | Jason | 2016-07-08 | 2 | -35/+167 |
| | |||||
* | [web] add tests for utils | Jason | 2016-06-27 | 3 | -5/+222 |
| | |||||
* | [web] fix flows data flow | Jason | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | [web] connect new ducks actions | Jason | 2016-06-23 | 1 | -2/+2 |
| | |||||
* | add better description | Maximilian Hils | 2016-06-20 | 1 | -5/+6 |
| |