Giter Site home page Giter Site logo

filledstacks / testsweets-example Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 4.0 364 KB

An example application to use when following the get started guide for TestSweets

Kotlin 0.30% Swift 2.18% Objective-C 0.04% Dart 39.05% Ruby 3.30% CMake 22.97% C++ 28.28% C 1.68% HTML 2.20%

testsweets-example's Introduction

TestSweets example

This application serves as the example for you to test our and work on TestSweets if you don't have a project to work on. The master branch has the empty project in it and will always be the clean starting project.

To see an example of how it looks the branch guide/01-get-started has the code from the first testsweets tutorial which you can see here[[[[[Add the written get started guide here]]]]]

testsweets-example's People

Contributors

filledstacks avatar mg3994 avatar

Stargazers

 avatar Rakhim Abdullayev avatar Mayank Joshi avatar Muhammed OKUR avatar

Watchers

James Cloos avatar  avatar

testsweets-example's Issues

Issue Template: Unable to Set Up Virtual Environment for Emulator Execution on macOS 14 GitHub Runner

Description:

The primary issue at hand is the inability to set up a virtual environment on the macOS 14 GitHub runner to run emulators. As of Now it is not Possible

Proposed Solution:

To address this issue, it's crucial to ensure compatibility with Intel-based CPUs by creating an executable for Intel systems. Please Check FilledStacks/homebrew-tap.

The repository mentioned provides an executable package that is identical for both Intel and ARM architectures.

 on_macos do
    if Hardware::CPU.intel?
      url "https://firebasestorage.googleapis.com/v0/b/testsweets-38348.appspot.com/o/testsweets-dist.tar.gz?alt=media&token=c44d53b1-6cdc-4c6f-8175-c61769b0a39a"
      sha256 "4b84235fcbd08d90c729562650cefa0df7a19dccbc6d0181366cd077e41b4899"
    end

    if Hardware::CPU.arm?
      url "https://firebasestorage.googleapis.com/v0/b/testsweets-38348.appspot.com/o/testsweets-dist.tar.gz?alt=media&token=c44d53b1-6cdc-4c6f-8175-c61769b0a39a"
      sha256 "4b84235fcbd08d90c729562650cefa0df7a19dccbc6d0181366cd077e41b4899"
    end
  end

Suggested Action:

  • Release a new version of testsweets on Homebrew, explicitly stating compatibility with Intel-based systems.
  • Utilize an Intel-based GitHub runner to execute emulators in the specified workflow
  • Consider adopting a naming convention for the packages to distinguish between Intel and ARM-based architectures (e.g., _macos_x86_64.tar.gz for Intel-based macOS and _macos_arm64.tar.gz for ARM-based macOS).

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.