mirror of
https://github.com/strapi/strapi.git
synced 2025-11-19 03:29:47 +00:00
Change cypress test folder name
This commit is contained in:
parent
43e02ffb3d
commit
66e45eb896
@ -102,8 +102,10 @@ const main = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const cypressTest = () => {
|
const cypressTest = () => {
|
||||||
|
const config = Object.assign({ spec: './packages/**/test/front/integration/*' }, process.env.npm_config_browser === 'true' ? { browser: 'chrome' } : {});
|
||||||
|
|
||||||
return cypress
|
return cypress
|
||||||
.run({ spec: './packages/**/cypress/integration/*', browser: 'chrome' });
|
.run(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
const testProcess = async (database) => {
|
const testProcess = async (database) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user