This commit is contained in:
Bruno Borges 2021-11-24 14:02:28 -08:00 коммит произвёл GitHub
Родитель abdf963752
Коммит e7254fe7b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -9,13 +9,13 @@
],
"java": "16"
},
"applicationinsights-agent": {
"script-ref": "com.microsoft.azure:applicationinsights-agent:3.1.1",
"description": "Azure application insights agent\nRun with `jbang --javaagent applicationinsights-agent@microsoft \u003cyourapp\u003e`. Needs connection string setup - see https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent for details."
"appinsights-agent": {
"script-ref": "com.microsoft.azure:applicationinsights-agent:3.2.3",
"description": "Azure Application Insights Agent 3.2.3\nRun with `jbang --javaagent appinsights-agent@microsoft \u003cyourapp\u003e`. Needs connection string setup - see https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent for details."
},
"playwright": {
"script-ref": "https://github.com/microsoft/playwright-java/blob/master/scripts/playwright.java",
"description": "Playwright lets you automate Chromium, Firefox and Webkit with a single API. \nWith this cli you can install, trace, generate pdf and screenshots and more.\nExample on how to record and run a script:\n```\n jbang playwright@microsoft/playwright-java codegen -o Example.java`\n jbang --deps com.microsoft.playwright:playwright:RELEASE Example.java\n```"
"description": "Playwright lets you automate Chromium, Firefox and Webkit with a single API. \nWith this cli you can install, trace, generate pdf and screenshots and more.\nExample on how to record and run a script:\n```\n jbang playwright@microsoft codegen -o Example.java`\n jbang --deps com.microsoft.playwright:playwright:RELEASE Example.java\n```"
}
},
"templates": {}