{"id":18699710,"url":"https://github.com/szcn/jsexecutor","last_synced_at":"2025-09-02T08:33:04.292Z","repository":{"id":54644750,"uuid":"256143062","full_name":"szcn/jsexecutor","owner":"szcn","description":"Script executor and E2E testing support framework written in Java and JS","archived":false,"fork":false,"pushed_at":"2021-02-15T11:18:49.000Z","size":177,"stargazers_count":4,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T08:18:10.391Z","etag":null,"topics":["executor","javascript","javascript-tests","selenium-java","selenium-webdriver","test-automation","testing"],"latest_commit_sha":null,"homepage":"http://javascriptexecutor.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szcn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-16T07:36:28.000Z","updated_at":"2021-02-15T11:18:52.000Z","dependencies_parsed_at":"2022-08-13T22:40:22.028Z","dependency_job_id":null,"html_url":"https://github.com/szcn/jsexecutor","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szcn%2Fjsexecutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szcn%2Fjsexecutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szcn%2Fjsexecutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szcn%2Fjsexecutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szcn","download_url":"https://codeload.github.com/szcn/jsexecutor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537192,"owners_count":21120711,"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":["executor","javascript","javascript-tests","selenium-java","selenium-webdriver","test-automation","testing"],"created_at":"2024-11-07T11:34:11.859Z","updated_at":"2025-04-12T08:18:16.654Z","avatar_url":"https://github.com/szcn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Javascript Executor Framework](http://jsexecutor.com)\n==============\n[![Apache License, Version 2.0, January 2004](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Maven Central](https://img.shields.io/maven-central/v/com.jsexecutor/jsexecutor-core.svg?label=Maven%20Central)](https://search.maven.org/artifact/com.jsexecutor/jsexecutor-core/1.0.8/jar)\n[![Latest release](https://img.shields.io/github/release/szcn/jsexecutor.svg)](https://github.com/szcn/jsexecutor/releases/latest)\n[![Build Status](https://travis-ci.com/szcn/jsexecutor.svg?branch=master)](https://travis-ci.com/szcn/jsexecutor)\n\nJavascriptExecutor is an open-source tool for testing web and responsive functionality. It is also a functional testing framework.\n\n# For Java Projects\n - It enables to write and execute your scenarios and helper methods in js file.\n - It enables to model your scripts in your Java classes. (PSM)\n\nFor more information visit http://jsexecutor.com.\n\n# Sample Usage\n\nPlease refer to [examples](https://github.com/szcn/jsexecutor/tree/master/examples).\n\n\u003c!-- For more examples please refer to [Javascript Executor Examples Project](http://jsexecutor.com)\u003e --\u003e\n\n# Running Against Chrome Browser\n\nIn order to be able to run JavascriptExecutor against the Chrome Browser, you need to download the [ChromDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads).\n\n# Building\n\n## Prerequisites\n\n- Java 1.8+\n\n- [Maven 3.3](http://maven.apache.org/download.cgi) or later\n\n## Maven\n\nAdd the following dependency in your Pom.xml file to use JavascriptExecutor with Maven:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.jsexecutor\u003c/groupId\u003e\n  \u003cartifactId\u003ejsexecutor-core\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.8\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Gradle Groovy\n\nAdd the following to use JavascriptExecutor with Gradle Groovy:\n\n\n```gradle\nimplementation 'com.jsexecutor:jsexecutor-core:1.0.8'\n```\n\n## Gradle Kotlin\n\nAdd the following to use JavascriptExecutor with Gradle Groovy:\n\n```gradle\nimplementation(\"com.jsexecutor:jsexecutor-core:1.0.8\")\n```\n\nAll releases are available at [Maven Central Repository](https://search.maven.org/artifact/com.jsexecutor/jsexecutor-core/1.0.5/jar).\n\n\n# Testing\n\nProject can be tested by the following maven command:\n\n```mvn clean test```.\n\n\n# Contribution\n\nContributions are always welcomed!\n\nPlease read the [contribution guidelines](CONTRIBUTING.md).\n\n\n# License\n\nJavascript Executor Framework is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszcn%2Fjsexecutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszcn%2Fjsexecutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszcn%2Fjsexecutor/lists"}