Giter Site home page Giter Site logo

Comments (5)

maniax89 avatar maniax89 commented on August 16, 2024 1

@ashpurik yes you are correct - .forceignore is honored during the source:convert - however, it is also honored on source:push, so I would have to have a separate .forceignore created when pushing vs when converting. This is why I suggested having a commandline tool to augment the existing .forceignore

from lightningtestingservice.

maniax89 avatar maniax89 commented on August 16, 2024

on a separate note, it would be really nice if the .forceignore file was honored for AuraDefinitionBundles -> https://salesforce.stackexchange.com/questions/200173/sfdx-forcesourcepush-does-not-allow-forceignore-for-auradefinitionbundle

I am tying this in to this issue because we could potentially leverage a similar feature for this test directory on source:convert-ing - either allowing the commandline to take a set of globs to ignore or just utilize a .forceignore file

from lightningtestingservice.

esalman-sfdc avatar esalman-sfdc commented on August 16, 2024

@maniax89 could to try this. I had written this blob for a slightly different usecase but think it may help you as well.

Approach 1:
LTS tests have a dependency on LTS package. In some scenarios, user may just wish to deploy the dev code without having to satisfy this additional package dependency. As LTS tests only need to be deployed when the user wants to run the tests, user should be be able to control this by putting the tests metadata in a different directory and controlling what needs to be deployed via sfdx-project.json

"packageDirectories": [
{
"path": "force-app/main",
"default": true
},
{
"path": "force-app/test"
}
]

Easy way to do this is via following commands in “sfdx-oss-plugin”
sfdx waw:project:pdir:delete -p force-app/test
Skip the test directory when not needed
sfdx waw:project:pdir:create -p force-app/test
Add it back

Approach 2 :
An alternate way is to create a .forceignore file and add the files/directories you would like to ignore during push.

I think your second comment is regarding Approach 2. I'll touch base with the sfdx cli team on what you described and get you a response.

from lightningtestingservice.

ashpurik avatar ashpurik commented on August 16, 2024

Hi @maniax89, I tried this out for my project, and I am seeing that the .forceignore is respected during force:source:convert. I have my project structure similar to yours, and I added **test to my .forceignore. After converting, I see that everything in my test directory is not included in the resulting directory. Will you please let me know if including **test works for you? Otherwise I will create a bug.

from lightningtestingservice.

maniax89 avatar maniax89 commented on August 16, 2024

@esalman-sfdc yes - your solution works. thanks for the help

So in the future if I have more package directories that I would like to include with the source:convert, I have to utilize the sfdx waw:project:pdir:create -p force-app/my_package commands?

I can close this issue as resolved

from lightningtestingservice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.