fix: make plugin tests run with integration test suites (#1101)
* fix: make plugin tests run with integration test suites" * add: plugins to test pipeline * add: run integration tests on different jobs + fix failing test command * fix: typo * fix: pipeline
This commit is contained in:
committed by
olivermrbl
parent
4d1c8e1ec5
commit
2cfe56ad0d
@@ -6,6 +6,8 @@ const { setPort, useApi } = require("../../../helpers/use-api")
|
||||
|
||||
const adminSeeder = require("../../helpers/admin-seeder")
|
||||
|
||||
jest.setTimeout(30000)
|
||||
|
||||
const {
|
||||
simpleOrderFactory,
|
||||
simpleStoreFactory,
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// API
|
||||
process.chdir(__dirname)
|
||||
|
||||
module.exports = {
|
||||
name: "Plugins",
|
||||
testEnvironment: `node`,
|
||||
rootDir: "./",
|
||||
testPathIgnorePatterns: [
|
||||
`/examples/`,
|
||||
`/www/`,
|
||||
|
||||
Reference in New Issue
Block a user