Skip to content

Commit

Permalink
Add Microsoft header
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Oct 15, 2024
1 parent 842b148 commit 425244f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/browser-functional/nightwatch/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

// Refer to the online docs for more details:
// https://nightwatchjs.org/gettingstarted/configuration/
//
Expand Down
5 changes: 5 additions & 0 deletions testing/browser-functional/nightwatch/requirements.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

const { DEFAULT_BROWSER, getFlag, getBrowser, logs, isBrowserInstalled, isBotRunning } = require('./utils');

async function validate() {
Expand Down
5 changes: 5 additions & 0 deletions testing/browser-functional/nightwatch/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

export interface IBrowser {
id: string;
key: string;
Expand Down
5 changes: 5 additions & 0 deletions testing/browser-functional/nightwatch/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

const { Builder, Browser } = require('selenium-webdriver');
const echoPage = require('./pages/echo');

Expand Down

0 comments on commit 425244f

Please sign in to comment.