![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
angular-testcafe
Advanced tools
A custom Angular builder for TestCafe. Serves the Angular application, and then runs the TestCafe tests.
@politie/angular-testcafe-builder authors (Dutch National Police and Tim Nederhoff in person) have transferred the repository, related code, assets, and rights to DevExpress. The TestCafe team maintains and supports the package under the new name angular-testcafe.
If your projects are still using @politie/angular-testcafe-builder, we recommend that you switch to angular-testcafe. The development of @politie/angular-testcafe-builder is discontinued: it won't receive any updates, even for critical bugs and security vulnerabilities.
$ npm install --save-dev angular-testcafe
{
"projects": {
"my-project-e2e": {
"architect": {
"e2e": {
"builder": "angular-testcafe:testcafe",
"options": {
"browsers": [
"chrome --no-sandbox",
"firefox"
],
"src": ["e2e/*.e2e-spec.ts"],
"reporters": [
{
"name": "html",
"output": "path/to/my/report.html"
},
{
"name": "spec"
}
]
}
}
}
}
}
}
NOTE: check schema.json for a list of all options
A tutorial how to use Angular and Testcafe combined with this builder can be found here
$ npm run build
$ npm pack
Originally created at Dutch National Police by
Developer Express Inc. (https://devexpress.com)
FAQs
Angular builder for Testcafe
The npm package angular-testcafe receives a total of 606 weekly downloads. As such, angular-testcafe popularity was classified as not popular.
We found that angular-testcafe demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.