Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions currents.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
projectId: "HX4KqP",
recordKey: "jIRQOVdnRn4skGjL",
};
1 change: 1 addition & 0 deletions cypress.config.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineConfig } from "cypress";
import { cloudPlugin } from "cypress-cloud/plugin";
import { config } from "./cypress.config";

export default defineConfig({
Expand Down
4 changes: 3 additions & 1 deletion cypress/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
// This function is called when a project is opened or re-opened (e.g. due to
// the project's config changing)

import { cloudPlugin } from "cypress-cloud/plugin";

export default (
on: Cypress.PluginEvents,
config: Cypress.PluginConfigOptions
) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
return config;
return cloudPlugin(on, config);
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@vue/test-utils": "2.3.2",
"@vue/tsconfig": "0.1.3",
"cypress": "12.9.0",
"cypress-cloud": "1.7.3",
"cypress-real-events": "1.7.6",
"eslint": "8.38.0",
"eslint-plugin-cypress": "2.13.2",
Expand Down