Skip to content

Commit

Permalink
Merge pull request #182 from newfold-labs/release/1.0.7
Browse files Browse the repository at this point in the history
Release/1.0.7
  • Loading branch information
circlecube committed Oct 18, 2023
2 parents f859e45 + 9fdae53 commit 2f0b6ea
Show file tree
Hide file tree
Showing 8 changed files with 8,923 additions and 4,748 deletions.
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.3.1",
"core": "WordPress/WordPress#tags/6.3.2",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@
},
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.9",
"newfold-labs/wp-module-data": "^2.4.7",
"newfold-labs/wp-module-coming-soon": "^1.1.10",
"newfold-labs/wp-module-data": "^2.4.8",
"newfold-labs/wp-module-deactivation": "^1.0.2",
"newfold-labs/wp-module-ecommerce": "0.9.3",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "1.5.2",
"newfold-labs/wp-module-notifications": "^1.1.5",
"newfold-labs/wp-module-onboarding": "1.10.4",
"newfold-labs/wp-module-notifications": "^1.1.6",
"newfold-labs/wp-module-onboarding": "1.11.2",
"newfold-labs/wp-module-performance": "1.1.1",
"newfold-labs/wp-module-secure-passwords": "^1.1",
"newfold-labs/wp-module-sso": "^1.0.4",
Expand Down
158 changes: 130 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module.exports = defineConfig({
wpPassword: 'password',
wpVersion,
phpVersion,
pluginId: 'crazy-domains',
appId: 'wppcd',
},
downloadsFolder: 'tests/cypress/downloads',
fixturesFolder: 'tests/cypress/fixtures',
Expand Down Expand Up @@ -71,7 +73,17 @@ module.exports = defineConfig({
return config;
},
baseUrl: 'http://localhost:8884',
specPattern: 'tests/cypress/integration/**/*.cy.{js,jsx,ts,tsx}',
specPattern: [
'tests/cypress/integration/**/*.cy.{js,jsx,ts,tsx}',
'vendor/newfold-labs/**/tests/cypress/integration/**/*.cy.{js,jsx,ts,tsx}',
],
excludeSpecPattern: [
"vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/**",
"vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/",
'vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/', // until ecommerce module is added use the local coming soon test instead
'vendor/newfold-labs/wp-module-marketplace/tests/cypress/integration/', // until ui is updated use local marketplace tests instead
'vendor/newfold-labs/wp-module-performance/tests/cypress/integration/', // until ui is updated ignore performance tests
],
supportFile: 'tests/cypress/support/index.js',
testIsolation: false,
},
Expand Down
Loading

0 comments on commit 2f0b6ea

Please sign in to comment.