first test
This commit is contained in:
parent
8ba43172d0
commit
498edcb215
4 changed files with 74 additions and 1 deletions
6
tests/app.spec.js
Normal file
6
tests/app.spec.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const { test, expect } = require('@playwright/test');
|
||||
|
||||
test('Home page has correct title', async () => {
|
||||
const isTrue = true;
|
||||
expect(isTrue).toBe(true);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue