A custom Angular builder for TestCafe. Serves the Angular application, and then runs the TestCafe tests.
{
"projects": {
"my-project-e2e": {
"architect": {
"e2e": {
"builder": "angular-testcafe-builder:testcafe",
"options": {
"browsers": [
"chrome --no-sandbox",
"firefox"
],
"src": "e2e/*.e2e-spec.ts",
"host": "localhost",
"port": "4200",
"reporters": [
{
"name": "html",
"outFile": "path/to/my/report.html"
},
{
"name": "spec"
}
]
}
}
}
}
}
}
NOTE: check schema.json for a list of all options
NOTE:
port
/host
is for Angular to be served on.ports
are the ports for TestCafe to run on
npm run build
npm pack
- remote browsers
-
--test
argument -
--test-grep
argument -
--test-meta
argument -
--fixture
argument -
--fixture-grep
argument -
--fixture-meta
argument - QR code
- tests