Skip to content

Commit

Permalink
updating playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurly77 committed Oct 23, 2023
1 parent 9a86f9c commit 0d797cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import path from "path";

dotenv.config();
dotenv.config({ path: path.resolve(__dirname, "..", ".env.development.*") });
dotenv.config({ path: path.resolve(__dirname, "..", ".env.*") });
export default defineConfig({
testDir: "./tests",
/* Run tests in files in parallel */
Expand Down

0 comments on commit 0d797cf

Please sign in to comment.