We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c132f commit bcc8b3fCopy full SHA for bcc8b3f
core/src/components/router/test/basic/e2e.ts
@@ -0,0 +1,10 @@
1
+import { newE2EPage } from '@stencil/core/testing';
2
+
3
+test('router: basic', async () => {
4
+ const page = await newE2EPage({
5
+ url: '/src/components/router/test/basic?ionic:_testing=true'
6
+ });
7
8
+ const compare = await page.compareScreenshot();
9
+ expect(compare).toMatchScreenshot();
10
+});
0 commit comments