Cylon.py

Latest version: v0.0.1

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

1.1.0

- Added site config in config.yaml file, example.


sites:
default: http://www.yoursite.com
develop: http://dev.yoursite.com


- Added route config in pageobject file, example.


...
page:
name: home
route: /
...


- Fixed cylon command to run with configure site, example.


cylon run site=develop


- Drop command `cylon run tags <tags>` use `cylon run tags=<tags>` instead.
- Drop support for `site_url:` config in pageobject file.
- Drop support for `settings.yaml` file.

NOTE: Existing projects need to run `cylon update project` command.

1.0.5

- Fixed bug on "move mouse over ..." step.

1.0.4

- Fixed NoneType error on check url keywords.

1.0.3

- Fixed NameError Page on check url keywords.

1.0.2

- Fixed running crash when check element visible.

1.0.1

- Added to check yaml syntax before run.
- Fixed console logs more readable.
- Updated code style follow [PEP8](http://legacy.python.org/dev/peps/pep-0008/).

NOTE: Existing projects need to run `cylon update project` command.

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.