Skip to content

Commit

Permalink
[IRM]: updates to e2e tests (#5001)
Browse files Browse the repository at this point in the history
# What this PR does

Needed for grafana/irm#76
  • Loading branch information
joeyorlando authored Sep 10, 2024
1 parent 6dad8a0 commit f25314d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions grafana-plugin/e2e-tests/.env.example

This file was deleted.

1 change: 0 additions & 1 deletion grafana-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dompurify": "^2.3.12",
"dotenv": "^16.4.0",
"eslint": "^8.25.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^44.2.4",
Expand Down
5 changes: 0 additions & 5 deletions grafana-plugin/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { PlaywrightTestProject, defineConfig, devices } from '@playwright/test';

import path from 'path';
/**
* Read environment variables from file.
* https://github.com/motdotla/dotenv
*/
require('dotenv').config({ path: path.resolve(process.cwd(), 'e2e-tests/.env') });

export const VIEWER_USER_STORAGE_STATE = path.join(process.cwd(), 'e2e-tests/.auth/viewer.json');
export const EDITOR_USER_STORAGE_STATE = path.join(process.cwd(), 'e2e-tests/.auth/editor.json');
Expand Down
9 changes: 0 additions & 9 deletions grafana-plugin/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f25314d

Please sign in to comment.