// Copyright (C) 2020 Intel Corporation // // SPDX-License-Identifier: MIT module.exports = { env: { 'cypress/globals': true, }, plugins: ['cypress'] };