Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 23, 2024
1 parent 285e9fb commit 5c38040
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions puppeteer/tests/test_root_password.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import path from "path";
import puppeteer from "puppeteer-core";
import { expect } from "chai";

// This is an example file for running Agama integration tests using Puppeteer.
//
// If the test fails it saves the page screenshot and the HTML page dump to
// ./log/ subdirectory.
// For more details about customization see the README.md file.

// helper function for converting String to Boolean
function booleanEnv(name, default_value) {
const env = process.env[name];
Expand Down

0 comments on commit 5c38040

Please sign in to comment.