Skip to content

Commit a07179c

Browse files
authored
refactor(e2e): rename api to playground (#375)
1 parent 5a3555e commit a07179c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/common/apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// List of all e2e tested apps
22
const apps = [
33
// examples
4-
"api",
54
"create-next-app",
65
"middleware",
6+
"playground",
77
"vercel-blog-starter",
88
"vercel-commerce",
99
// e2e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { configurePlaywright } from "../../common/config-e2e";
22

3-
export default configurePlaywright("api", { isCI: !!process.env.CI });
3+
export default configurePlaywright("playground", { isCI: !!process.env.CI });

examples/playground/e2e/playwright.dev.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { configurePlaywright } from "../../common/config-e2e";
22

3-
export default configurePlaywright("api", {
3+
export default configurePlaywright("playground", {
44
isCI: !!process.env.CI,
55
isWorker: false,
66
multipleBrowsers: false,

0 commit comments

Comments
 (0)