Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Jul 6, 2023
1 parent dae63fa commit 5348744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/e2e/appium-ci.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { AppiumDriver } from "@bam.tech/appium-helper";
import { TestCase, measurePerformance } from "@perf-profiler/e2e";
// eslint-disable-next-line import/no-extraneous-dependencies
import { LogLevel, Logger } from "@perf-profiler/logger";

const bundleId = "com.example";

Logger.setLogLevel(LogLevel.DEBUG);

const runTest = async () => {
const driver = await AppiumDriver.create({
appPackage: bundleId,
Expand Down

0 comments on commit 5348744

Please sign in to comment.