Run browser tests in CI #10
Merged
clement.freville2
merged 2 commits from fix/tests
into master
6 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix/tests'
Deleting a branch is permanent. It CANNOT be undone. Continue?
- npm run build
- name: test
image: timbru31/node-chrome:20-slim
It is a better choice to not use latest Docker image for reproducibility.
]
},
reporters: ['progress', 'kjhtml'],
browsers: ['Chrome'],
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('.content span')?.textContent).toContain(
'sandkasten app is running!'
38eae2ed53
into master 6 months agoReviewers
38eae2ed53
.