Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayaktorus committed Jul 23, 2024
1 parent 753904e commit 6536472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions index.config.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
import { PlaywrightTestConfig, devices } from "@playwright/test";
const RPClient = require("@reportportal/client-javascript");
// const RPconfig = {
// token: '4311671d-eb96-4d46-aba8-16afc95cc015',
// endpoint: 'http://54.179.212.129:8080/api/v1',
// project: 'web3auth_e2e_tests',
// launch: 'Web3auth E2E Tests',
// attributes: [
// {
// key: 'Environment',
// value: process.env.PLATFORM,
// },
// {
// key: 'Version',
// value: process.env.APP_VERSION,
// }
// ],
// description: 'Web3auth e2e test run',
// isLaunchMergeRequired: true
// };

const indexConfig: PlaywrightTestConfig = {
forbidOnly: !!process.env.CI,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "npx eslint openloginV4/** --fix",
"lint": "npx eslint **/*.ts --fix",
"test:browser": "playwright test --headed",
"test": "playwright test",
"test:ci": "./bin/runTestsCI.sh",
Expand Down

0 comments on commit 6536472

Please sign in to comment.