{"id":19078818,"url":"https://github.com/hyperia-sk/highlight-ception","last_synced_at":"2025-04-30T05:23:09.111Z","repository":{"id":56987767,"uuid":"100062419","full_name":"hyperia-sk/highlight-ception","owner":"hyperia-sk","description":":art: Visual highlight css element, text or xpath - codecept module","archived":false,"fork":false,"pushed_at":"2018-01-08T18:34:25.000Z","size":91,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T13:04:38.219Z","etag":null,"topics":["codecept","codecept-highlight","codeception","codeception-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperia-sk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-11T19:01:11.000Z","updated_at":"2023-12-19T14:40:56.000Z","dependencies_parsed_at":"2022-08-21T12:50:28.908Z","dependency_job_id":null,"html_url":"https://github.com/hyperia-sk/highlight-ception","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fhighlight-ception","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fhighlight-ception/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fhighlight-ception/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fhighlight-ception/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperia-sk","download_url":"https://codeload.github.com/hyperia-sk/highlight-ception/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251646086,"owners_count":21620864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codecept","codecept-highlight","codeception","codeception-module"],"created_at":"2024-11-09T02:12:08.853Z","updated_at":"2025-04-30T05:23:09.088Z","avatar_url":"https://github.com/hyperia-sk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Highlight css element, text or xpath - codecept module\n\n[![Build Status](https://travis-ci.org/hyperia-sk/highlight-ception.svg?branch=master)](https://travis-ci.org/hyperia-sk/highlight-ception)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperia-sk/highlight-ception/master/LICENSE) \n[![Latest Stable Version](https://poser.pugx.org/hyperia/highlight-ception/v/stable)](https://packagist.org/packages/hyperia/highlight-ception)\n\nThis module can be used to display the current representation of **css element**, **text** or **xpath** on a website with an expected. It was written on the shoulders of codeception and integrates in a very easy way.\n\n![screenshot from 2017-08-13 15-20-53](https://user-images.githubusercontent.com/6382002/29250010-0bdb3cf6-803b-11e7-92af-f666caf497e4.png)\n\n## Installation\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```shell\ncomposer require hyperia/highlight-ception:\"^1.1\"\n```\n\nor add\n\n```\n\"hyperia/highlight-ception\": \"^1.1\"\n```\n\nto the require section of your composer.json.\n\n## Configuration (usage)\n\nenable `HighlightCeption` module in `acceptance.suite.yml` config file:\n\n```yaml\nmodules:\n    enabled:\n        - WebDriver:\n            url: http://hyperia.sk\n            browser: chrome\n        - HighlightCeption:\n            module: WebDriver\n            timeWait: 2\n            cssClassName: 'hyperia-hc'\n            cssStyle:\n                background-color: yellow\n                color: black\n```\n\n### Parameter description\n\n- **module** - module responsible for browser interaction, default: WebDriver.\n- **timeWait** - wait seconds between `see`, `seeLink`, `seeElements`, `seeInField`, `click`, `clickWithLeftButton` and `clickWithRightButton` functions\n- **cssClassName** - css class name to use for css style we inject in page\n- **cssStyle** - your custom css style for highlight element or text on a site\n\n## Requirements\n\nHighlightCeption needs the following components to run:\n\n- Codeception HighlightCeption is a module for **Codeception**. It will need a running version of this tool.\n- **WebDriver module** This tool only works with the webdriver module in Codeception at the moment.\n\n## Tests\n\n```bash\n./vendor/bin/codecept run -- -c test/integration\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperia-sk%2Fhighlight-ception","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperia-sk%2Fhighlight-ception","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperia-sk%2Fhighlight-ception/lists"}