mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
chore: mv prerelease tests into smoke [INS-4132] (#7705)
This commit is contained in:
parent
3349fe56ea
commit
03637fc09b
@ -5,7 +5,7 @@ const config: PlaywrightTestConfig = {
|
|||||||
{
|
{
|
||||||
// Run all tests, runs only on Release PR test workflow
|
// Run all tests, runs only on Release PR test workflow
|
||||||
name: 'Default',
|
name: 'Default',
|
||||||
testMatch: /prerelease\/.*.test.ts/,
|
testMatch: /.*\/.*.test.ts/,
|
||||||
retries: 0,
|
retries: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
import { expect } from '@playwright/test';
|
|
||||||
|
|
||||||
import { test } from '../../playwright/test';
|
|
||||||
|
|
||||||
test('Basic interactions', async ({ }) => {
|
|
||||||
// TODO(filfreire): add a few scenarios ported from the release checklist
|
|
||||||
|
|
||||||
await expect(true).toBeTruthy();
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user