Skip to content

Commit

Permalink
Disable component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Feb 27, 2024
1 parent 33d63a4 commit 39ee7a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions config/cypress.config.template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const { devServer } = require('cypress-rspack-dev-server');
const rspackConfig = require('./rspack.config');

module.exports = {
viewportHeight: 1080,
viewportWidth: 1920,
Expand All @@ -9,6 +6,10 @@ module.exports = {
baseUrl: 'http://localhost:8080',
setupNodeEvents() {},
},
/*
// TODO: cypress-rspack-dev-server is currently using an outdated version of rspack
const rspackConfig = require('./rspack.config');
const { devServer } = require('cypress-rspack-dev-server');
component: {
devServer(devServerConfig) {
return devServer({
Expand All @@ -18,4 +19,5 @@ module.exports = {
});
},
},
*/
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "~7.1.0",
"@typescript-eslint/parser": "~7.1.0",
"cypress-rspack-dev-server": "^0.0.4",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 39ee7a7

Please sign in to comment.