scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

TS support and plugin files need explicit locations in cypress.json #179

Closed scottohara closed 4 years ago

scottohara commented 4 years ago

In 0b1b54c67a5b5f53841c26706e298b74999cb421 we removed @cypress/webpack-preprocessor in favour of native Typescript support introduced in Cypress v4.4.0.

This should also mean that cypress/support/index.ts and cypress/plugins/index.ts are found automatically by Cypress, without needing to configure pluginsFile or supportFile in cypress.json to point to these files.

Unfortunately this isn't yet working as expected, and a workaround is still needed. Hopefully this will be fixed in a later Cypress release.

https://github.com/cypress-io/cypress/issues/7459