diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 69ffeda..7872c41 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -1,10 +1,11 @@ name: Browserstack tests on: - release: - types: [published] - pull_request: - branches: - - master + workflow_dispatch +# release: +# types: [published] +# pull_request: +# branches: +# - master jobs: browserstack: runs-on: ubuntu-latest diff --git a/cypress.config.js b/cypress.config.js index 7a4b53e..c4aff43 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -4,10 +4,5 @@ module.exports = defineConfig({ experimentalStudio: true, videoCompression: false, e2e: { - // We've imported your old cypress plugins here. - // You may want to clean this up later by importing these. - setupNodeEvents(on, config) { - return require('./cypress/plugins/index.js')(on, config) - }, }, })