Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | Add support to use different webdrivers | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Removes unused function | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Add username to behave context | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Add timeout to find by css selector | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Add sign up smoke test | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Extract user agent initialization | Tulio Casagrande | |
Now the initialization and mocking of the user agent run only when using localhost. See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Extract slugify method | Tulio Casagrande | |
2016-11-30 | Setup browser before_all method | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-29 | Improve atomicity of checkbox operations | Tulio Casagrande | |
We were getting too much errors like "Element is no longer attached to the DOM". See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-29 | Add support for parameterization on error | Tulio Casagrande | |
We added debug on error, default to false and save screenshots, default to true | |||
2016-11-29 | Remove twisted loggers from behave tests | Tulio Casagrande | |
The twisted loggers were capturing outputs and preventing debug with pdb | |||
2016-11-29 | Convert URL constants to behave's userdata | Tulio Casagrande | |
Behave 1.2.5 introduces user-specific configuration data, which can be used to override default values. See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Removes commented code | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Removes unused variable | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Improves imports | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Changes print from command to function | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Update behave and selenium | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | construct full path from fragments | Roald de Vries | |
2016-11-29 | fix request mock for app test client | Roald de Vries | |
See https://github.com/twisted/twisted/blob/160ecab6505e6634a8ea5c33fa209f90ffd5e52d/src/twisted/web/server.py#L182 | |||
2016-11-24 | Fix imports | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-24 | Change leap forks to use 0xacab | Tulio Casagrande | |
2016-11-24 | mock out event registration for failing test in SnapCI | Roald de Vries | |
2016-11-24 | remove another unnecessary patch | Roald de Vries | |
2016-11-24 | remove an unnecessary patch | Roald de Vries | |
2016-11-23 | Fixes pep8 | Denis Costa | |
2016-11-23 | Adds traceback to logs. | Denis Costa | |
2016-11-23 | skip the test that is failing in snap only in snap | Roald de Vries | |
2016-11-23 | skip the test that is failing in snap but not locally | Roald de Vries | |
To find out if there are more failing tests. | |||
2016-11-23 | more verbose test output | Roald de Vries | |
2016-11-23 | Change the bitmask-dev repo to use our fork | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/394 | |||
2016-11-23 | replace stdlib's unittest with trials's unittest for all unittest | Roald de Vries | |
2016-11-23 | fix mails resource unit test | Roald de Vries | |
2016-11-23 | readability | Roald de Vries | |
2016-11-23 | fix archive resource unit test | Roald de Vries | |
2016-11-07 | Updated some outdated requirements | Bruno Wagner | |
Whoosh 2.7 and Twisted 16.2+ still break the application, they have to be looked further when we have time | |||
2016-11-04 | [#795] injecting provider on activist mode user-agent initialization ↵ | NavaL | |
--fixing startup bug | |||
2016-11-04 | make integration tests pass on Mac OS X | Roald de Vries | |
2016-11-04 | [#795] fixed missing yield on authenticate in leap initialize for activist mode | NavaL | |
2016-11-03 | Users won't see the traceback on errors anymore #373 | Bruno Wagner | |
2016-11-03 | [#792] refactor pixelated-register and removed leap.auth dependency | NavaL | |
2016-11-03 | [#792] fix pixelated-register | NavaL | |
2016-11-02 | Fix logger variable name | Tulio Casagrande | |
2016-10-28 | changed import, for snap-CI pep8 | NavaL | |
2016-10-28 | adding custom messages per types of auth errors #795 | NavaL | |
2016-10-28 | removing obsolete Leap_password_checker #795 | NavaL | |
2016-10-28 | Fixing Authentication imports #795 | NavaL | |
2016-10-28 | authentication now returns Authentication | NavaL | |
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795 | |||
2016-10-26 | extracting username before doing bonafide auth #795 | NavaL | |
2016-10-26 | Adds real authentication | Denis Costa | |
We also did some refactoring in order to have things working. #795 | |||
2016-10-26 | Fixes tests. | Denis Costa | |
I also split Athenticaton class into two. So I keep the same API for old code and have different things in two different classes. #795 |