Im glad I finally saw the guys who are certainly put a gun on our heads and force us to do spec/unit testing. I wish Nx CLI had a '--im-not-guy-who-wrote-tests' global option. In that case I can write more code with time I spent wroting "--skip-unit-tests" and "--unit-test-runner none" options :)
@kettenbach2 жыл бұрын
I could not get component testing working in an nx library. I have a ui library in the libs folder and I wanted to write individual component tests in Cypress and for whatever reason it wouldn't work for me. E2e seems to work ok. It works until I cy.mount(), then it keeps crashing. When I comment that line out, it works. Any ideas? I'm trying to sell my team on Cypress. Thanks