{"id":24649092,"url":"https://github.com/ow2-proactive/studio","last_synced_at":"2025-09-17T10:25:40.167Z","repository":{"id":32152063,"uuid":"35725085","full_name":"ow2-proactive/studio","owner":"ow2-proactive","description":"Workflow Studio for ProActive Workflows \u0026 Scheduling","archived":false,"fork":false,"pushed_at":"2025-05-26T14:04:30.000Z","size":83344,"stargazers_count":10,"open_issues_count":108,"forks_count":43,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-26T15:23:51.614Z","etag":null,"topics":["editor","proactive","studio","workflow"],"latest_commit_sha":null,"homepage":"http://proactive.activeeon.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ow2-proactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-05-16T13:38:57.000Z","updated_at":"2025-05-26T14:04:36.000Z","dependencies_parsed_at":"2024-11-01T02:23:18.775Z","dependency_job_id":"5329a335-ec00-48ff-b06c-f3c63b630986","html_url":"https://github.com/ow2-proactive/studio","commit_stats":null,"previous_names":[],"tags_count":283,"template":false,"template_full_name":null,"purl":"pkg:github/ow2-proactive/studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow2-proactive%2Fstudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow2-proactive%2Fstudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow2-proactive%2Fstudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow2-proactive%2Fstudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ow2-proactive","download_url":"https://codeload.github.com/ow2-proactive/studio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow2-proactive%2Fstudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275577859,"owners_count":25489738,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["editor","proactive","studio","workflow"],"created_at":"2025-01-25T17:15:44.981Z","updated_at":"2025-09-17T10:25:40.107Z","avatar_url":"https://github.com/ow2-proactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflow Studio for ProActive Workflows \u0026 Scheduling\n\n[![Build Status](http://jenkins.activeeon.com/buildStatus/icon?job=studio)](http://jenkins.activeeon.com/job/studio/)\n\n\n## Requirements\nYou need npm installed (Node.js).\nSelenium-standalone is required for the UI tests (installed locally by npm). If you intend to run the tests locally, you'll need to update your Chrome browser and install the latest version of Selenium-standalone:\n\nDelete package-lock.json file and then run the following command:\n```\nnpm install selenium-standalone@latest\n```\n\nNot updating both Chrome and selenium-standalone can result in selenium not able to _attach_ to the browser when running the tests.\n\n:boom::boom: Do not commit your changes to the selenium-standalone version :boom::boom:\n\n## Setup\n\nRun these commands to setup your dev environment:\n\n```\nnpm install -g grunt-cli bower\nnpm install\nbower install\n```\n\nThen to deploy the studio with the scheduler, create a symlink called `studio` in `$SCHEDULING_HOME/dist/war`\npointing to `app`.\n\n# Tests\n\n## Setup\n- Fulfill the dependencies with `npm install` and `bower install`.\nThen let's assume you did some changes to the code, you want to check for regressions.\n You need to either run `grunt clean build test:ui:dev`(test is a predefined task of grunt,\n  and already runs some syntax check on the code).\n\n### Manual Test Execution\n- On the first run you need to use `node_modules/selenium-standalone/bin/selenium-standalone install` which\n    will install generic drivers and chrome drivers (firefox stopped support of their selenium driver and\n     started a new webdriver in Rust). Once selenium server is downloaded,\n      you can run it with `node_modules/selenium-standalone/bin/selenium-standalone start` to start\n       your local selenium server instance.\n\n- Call nightwatch with your config and test suite\n`node_modules/nightwatch/bin/nightwatch --config test/ui/nightwatch.json --env jenkins-chrome` for example\n\n\n## How to run a specific test case\nThe test will assume you have a running studio instance (either in a real release that is running locally, or using method B). Method B doesn't require any running release, you have to run the following command `node test/json-server-data/mock-scheduler-rest.js` from your studio respository. Then you can run a single test file using `node_modules/nightwatch/bin/nightwatch --config test/ui/nightwatch.json --test test/ui/specs/login.js --testcase \"PWS-159 The dialog Please open a workflow appears behind the no workflow open panel\"`\nif you don't specify the --testcase it will run the whole test file.\n\n## Notes\nYou can also run a mocked json-server to simulate a running instance of the Studio, of course nothing will be submitted or modified server-side:\n`grunt mock:run`\nor along with a full compilation:\n`grunt clean build mock:run`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fow2-proactive%2Fstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fow2-proactive%2Fstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fow2-proactive%2Fstudio/lists"}